Sale Status Log
@if(count($sell->sell_status_logs) == 0 ) @endif @foreach($sell->sell_status_logs as $log) @php $created_by = $log->createdby->name; if($log->is_created_by_system){ $created_by = 'Automated By System'; } @endphp @endforeach
# Status Changed By Changed At
{{__('lang.there_has_no_data')}}
{{ $loop->iteration }} {{ $log->sellStatus->name }} {{ $created_by }} {{ $transaction->date_format($log->created_at) }} - {{ date('H:i:s',strtotime($log->created_at))}}