/home/techb158/ileadtechnology.com/SSM/resources/views/print/reception
Edit: /home/techb158/ileadtechnology.com/SSM/resources/views/print/reception/call-log.blade.php (1549B)
@include('print.print-layout.header')
{{config('config.default_academic_session.name')}}
{{trans('reception.call_log').' '.trans('general.total_result_count',['count' => count($call_logs)])}}
| # |
{{trans('reception.calling_purpose')}} |
{{trans('reception.call_detail')}} |
{{trans('reception.date_of_call')}} |
{{trans('reception.call_log_name')}} |
{{trans('reception.start_time')}} |
{{trans('reception.end_time')}} |
{{trans('reception.call_log_description')}} |
@foreach($call_logs as $call_log)
| {{$call_log->id}} |
{{$call_log->CallingPurpose->name}} |
{{$call_log->outgoing_number}} {{trans('general.to')}} {{$call_log->incoming_number}}
|
{{showDate($call_log->date)}} |
{{$call_log->name}} |
{{showTime($call_log->start_time)}} |
{{showTime($call_log->end_time)}} |
{{$call_log->description}} |
@endforeach
@include('print.print-layout.footer')