@extends('layouts.master') @section('content')
ID | Bank Account | {{--Withdraw Type | --}}Amount | 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') @endcan |