{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @can('reply_contact') --}} {{-- --}} {{-- @endcan --}} {{-- --}} @php $i =1; @endphp @if(count($data['message']) > 0) @foreach($data['message'] as $message) @php $color = ''; if( $message->status ==1) { $class='btn btn-success m-btn m-btn--icon m-btn--pill'; $color='green'; $icon='check'; $text = __('app.active'); }else{ $class='btn btn-danger m-btn m-btn--icon m-btn--pill'; $color='red'; $icon='check'; $text = __('app.inactive'); } if($message->admin_view == 1){ $color = 'success'; }else{ $color = 'danger'; } @endphp {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @can('reply_contact') --}} {{-- --}} {{-- @endcan --}} {{-- --}} @endforeach @else @endif
#{{ __('app.name') }}{{ __('app.employer') }}{{ __('app.name_email') }}{{ __('app.email') }}{{ __('app.Reply') }}{{ __('app.country') }}{{ __('app.category') }}{{ __('app.Send_response') }}{{ __('app.Watch') }}{{ __('app.delete') }}
{{$i++}} {{ $message->name}} {{ $message->employer}} {{ $message->job_title}} {{ $message->email}} {{ $message->country}} {{ $message->category}} {{$title = $message->response ?? '-'}}
{{ __('app.no_data_found') }}
{{--
{!! $data['message']->render() !!}
--}}