| {{$user->created_at}} |
{{$user->nama}} |
{{@$user->coload->nama?@$user->coload->nama:'-'}} |
{{$user->email}} |
{{-- @if (\Auth::user()->role == 1) --}}
@if (\Auth::user()->id == 46)
{{$user->telp}} |
@endif
{{$user->alamat}} |
{{@$user->sales->nama}} |
{{$user->shipping_mark}} |
{{config('custom.status_user.'.$user->status)}} |
{{@$user->receipt->count()}} |
{{@$user->receipt_udara->count()}} |
{{@$user->receipt_laut->count()}} |
{{@$user->receipt_detail->sum('total_volume')}} |
{{@$user->self_register==1?'Ya':'tidak'}} |
@endforeach