@php
$model_tran = Modules\Cargo\Entities\Transaction::where('captain_id' , $model->id)->sum('value');
$symbol = Modules\Currency\Entities\Currency::findOrFail(Modules\Cargo\Entities\BusinessSetting::where('type', 'system_default_currency')->first()->value)->symbol;
@endphp
{{__('cargo::view.transacations')}}