@php $token = (object)session()->get('remittance_token'); $country= App\Models\Admin\ReceiverCounty::where('id',@$token->receiver_country)->first(); @endphp