@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.add',1) }} {{ trans_choice('savings::general.withdrawal',1) }} @endsection @section('content') {{ trans_choice('core::general.add',1) }} {{ trans_choice('savings::general.withdrawal',1) }} {{ trans_choice('core::general.back',1) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('savings::general.savings',2) }} {{ trans_choice('core::general.add',1) }} {{ trans_choice('savings::general.withdrawal',1) }} {{csrf_field()}} {{trans_choice('savings::general.amount',1)}} @error('amount') {{ $message }} @enderror {{trans_choice('core::general.date',1)}} @error('date') {{ $message }} @enderror {{trans_choice('core::general.payment',1)}} {{trans_choice('core::general.type',1)}} @error('payment_type_id') {{ $message }} @enderror {{trans_choice('core::general.account',1)}}# @error('account_number') {{ $message }} @enderror {{trans_choice('core::general.cheque',1)}}# @error('cheque_number') {{ $message }} @enderror {{trans_choice('core::general.routing_code',1)}} @error('routing_code') {{ $message }} @enderror {{trans_choice('core::general.receipt',1)}}# @error('receipt') {{ $message }} @enderror {{trans_choice('core::general.bank',1)}}# @error('bank_name') {{ $message }} @enderror {{trans_choice('general.description',1)}} @error('description') {{ $message }} @enderror @endsection @section('scripts') @endsection