@include('message')
@include('breadcrumb')
# |
{{trans($namespaceName.'/'.$modelName.'.'.'sheet_code')}} |
{{trans($namespaceName.'/'.$modelName.'.'.'event_name')}} |
{{trans($namespaceName.'/'.$modelName.'.'.'total_emails')}} |
{{trans($namespaceName.'/'.$modelName.'.'.'total_uploaded')}} |
{{trans($namespaceName.'/'.$modelName.'.'.'total_sent')}} |
{{trans($namespaceName.'/'.$modelName.'.'.'created_by')}} |
@foreach ($data as $row)
{{$loop->iteration}} |
$row->id ,"key"=>'all'])}}">{{$row->sheet_code}}
|
{{json_decode($row->event_name,true)[\Illuminate\Support\Facades\App::getLocale()]}} |
{{$row->total_emails}} |
{{$row->total_uploaded}} |
{{$row->total_sent}} |
{{$row->created_by_name}} |
@endforeach