@extends('Layouts/dashboard') @section('submenu') @endsection @section('content')
@t('Status') | @t('Description') | @t('Created') | @t('Amount') | ||
---|---|---|---|---|---|
{{ $row->status }} | {{ $row->description }} | @date($row->created) | {{ amount($row->amount, ['to' => $currency->id]) }} | @if ($row->admin_produced) @t('Banking Report') @endif | {{-- @if ($row->admin_produced) @t('Nominal Banking Report') @endif --}} |
@t('You are about to withdraw funds to the below account details:')
@t('Change') @t('Account Details')