@extends('Layouts/dashboard') @section('submenu') @endsection @section('content')
@t('Status') | @t('Created') | @t('Amount') |
---|---|---|
{{ $row->status }} | @date($row->created) | {{ amount($row->amount) }} |
@t('You are about to withdraw funds to the below account details:')
@t('Change') @t('Account Details')