@extends('layouts.master') @section('title'){{translate('sent email')}} @endsection @section('content')
{{translate('sent email')}}
@if(Sentinel::hasAccess('communication.create')) {{translate('send email')}} @endif
@foreach($data as $key) @endforeach
{{translate('send_by')}} {{translate('to')}} {{translate('recipient')}} {{translate('message')}} {{translate('date')}} {{ translate('action') }}
@if(!empty($key->user)) {{$key->user->first_name}} {{$key->user->last_name}} @else @endif {{$key->send_to}} {{$key->recipients}} {!!$key->message!!} {{$key->created_at}} @if(Sentinel::hasAccess('communication.delete')) @endif
@endsection @section('footer-scripts') @endsection