@include('message')
@include('breadcrumb')
# |
{{trans($namespaceName.'/'.$modelName.'.'.'name')}} |
{{trans($namespaceName.'/'.$modelName.'.'.'location')}} |
{{trans($namespaceName.'/'.$modelName.'.'.'start_date')}} |
{{trans($namespaceName.'/'.$modelName.'.'.'end_date')}} |
{{trans($namespaceName.'/'.$modelName.'.'.'event_type')}} |
{{trans($namespaceName.'/'.$modelName.'.'.'status')}} |
{{trans($namespaceName.'/'.$modelName.'.'.'action')}} |
@foreach ($data as $row)
{{$loop->iteration}} |
{{$row->name}} |
{{$row->location}} |
{{$row->start_date}} |
{{$row->end_date}} |
{{$row->event_type}} |
{!! $row->status?'':''!!}
|
{{-- {{trans($namespaceName.'/'.$modelName.'.'.'subscriptions')}}--}}
{{trans($namespaceName.'/'.$modelName.'.'.'assign_visitors')}}
{{-- --}}
|
@endforeach