@extends('layouts.master') @section('content')
Bank Amount Withdraw
Add New
{{-- --}} @php $sn = 0; @endphp @foreach ($withdraws as $withdraw) {{-- --}} @endforeach
ID Bank AccountWithdraw TypeAmount Transaction ID Check Number Date Note Attachment Actions
{{ ++$sn }} {{ $bankAccounts[$withdraw->bank_account_id] }}{{ $accountingHeads[$withdraw->accounting_head_id] }}{{$withdraw->amount}} {{$withdraw->transaction_id}} {{$withdraw->check_number}} {{$withdraw->date}} {{$withdraw->note}} @if ($withdraw->attachment) Attachment @else N/A @endif @can('accounting-finance.class-wise-fees.edit') Edit @endcan @can('accounting-finance.class-wise-fees.delete')
@csrf @method('DELETE')
@endcan
@endsection