@extends('layout.app') @section('content')

Transection Information


@foreach ($bank_transfar as $transfar) @endforeach
Date Account Name Account No Check No Bank Name Branch Name Discription Deposit/Withdraw By Diposit Amount(TK) Withdraw Amount(TK) Action
{{ $transfar->created_at->format('d-m-Y') }} {{ $transfar->bank->account_name }} {{ $transfar->bank->account_no }} {{ $transfar->check_no }} {{ $transfar->bank->bank_name }} {{ $transfar->bank->branch_name }} {{ $transfar->description }} {{ $transfar->by }} {{ $transfar->diposit_amount }} {{ $transfar->withdraw_amount }}
{{-- @if ($transfar->status == 0) Disapproved @else @endif --}} Edit
@csrf @method('DELETE')
{{ $bank_transfar->links() }}
@endsection @push('js') @endpush