Letters Log
@if(count($sell->bulk_letters_logs) == 0 ) @endif @foreach($sell->bulk_letters_logs as $log) @endforeach
# Letter Name Printed By Printed At
{{__('lang.there_has_no_data')}}
{{ $loop->iteration }} {{ ucwords(str_replace('_', ' ', $log->letter_type)) }} {{ $log->createdby->name }} {{ $transaction->date_format($log->created_at) }} - {{ date('H:i:s',strtotime($log->created_at))}}