@extends(AdminBaseDashboard::AdminBaseLayout()) @section('title', trans('acc::account.Make payment for purchases')) @section('content')

{{ __('acc::account.payment & purchases')}}

{{ __('acc::account.enter the details of the transaction and allocate the payment to one of the account below')}}
{{ CURRENCY_SYMBOL() }}
@endsection @section('javascript') @stop