@extends('layouts.'.$namespaceName.'.master') @section('title') {{$title}} @endsection @section('content')
@include('message') @include('breadcrumb')
{{-- --}}
@csrf {{-- @method('delete') --}}
@csrf {{-- @method('delete') --}}
{{-- Filter --}}
{{-- --}} {{-- --}} {{-- --}} @foreach ($logs as $row) {{-- @if ($row->errorUser->id != 0) @else @endif --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
#{{trans($namespaceName.'/'.$modelName.'.'.'log_name')}}{{trans($namespaceName.'/'.$modelName.'.'.'description')}}{{trans($namespaceName.'/'.$modelName.'.'.'subject_type')}}{{trans($namespaceName.'/'.$modelName.'.'.'event')}} {{trans($namespaceName.'/'.$modelName.'.'.'subject_id')}}{{trans($namespaceName.'/'.$modelName.'.'.'causer_type')}} {{trans($namespaceName.'/'.$modelName.'.'.'causer_name')}} {{trans($namespaceName.'/'.$modelName.'.'.'date')}} {{trans($namespaceName.'/'.$modelName.'.'.'action')}}
{{$loop->iteration}}{{$row->errorUser->name}}{{$row->errorUser->name}}
{{$loop->iteration}}{{$row->log_name}}{{$row->description}}{{$row->subject_type}}{{$row->event}} {{$row->subject_id}}{{$row->causer->type?? '-'}}{{$row->properties->get('type')}}{{$row->causer->name?? '-'}} {{$row->created_at}}
@endsection @push('js') @endpush