@php $user_role = auth()->user()->role; $admin = 1; $branch = 3; $user = App\Models\User::where('id', $model->user_id)->first(); @endphp
@php $model_tran = Modules\Cargo\Entities\Transaction::where('client_id' , $model->id)->sum('value'); $symbol = Modules\Currency\Entities\Currency::findOrFail(Modules\Cargo\Entities\BusinessSetting::where('type', 'system_default_currency')->first()->value)->symbol; @endphp
0
{{__('cargo::view.transacations')}}
0
{{__('cargo::view.shipments')}}