# | {{trans($namespaceName.'/'.$modelName.'.'.'event_name')}} | {{trans($namespaceName.'/'.$modelName.'.'.'visitor_name')}} | {{trans($namespaceName.'/'.$modelName.'.'.'visitor_type')}} | {{trans($namespaceName.'/'.$modelName.'.'.'email')}} | {{trans($namespaceName.'/'.$modelName.'.'.'request_status')}} | {{trans($namespaceName.'/'.$modelName.'.'.'created_at')}} | {{trans($namespaceName.'/'.$modelName.'.'.'updated_at')}} | {{--{{trans($namespaceName.'/'.$modelName.'.'.'status')}} | --}} {{--{{trans($namespaceName.'/'.$modelName.'.'.'roles')}} | --}}
---|---|---|---|---|---|---|---|---|---|
{{$loop->iteration}} | {{json_decode($row->event_name,true)[app()->getLocale()]}} | {{$row->visitor_name}} | {{$row->visitor_type}} | {{$row->email}} | @if($row->status==1){{trans($namespaceName.'/'.$modelName.'.'.'approve')}} | @elseif ($row->status==0){{trans($namespaceName.'/'.$modelName.'.'.'pending')}} | @elseif ($row->status==2){{trans($namespaceName.'/'.$modelName.'.'.'reject')}} | @endif{{$row->created_at}} | {{$row->updated_at}} | @endforeach