@extends('layouts.master') @section('content')
ID | Bank Account | {{--Deposit Type | --}}Amount | Transaction ID | Check Number | Date | Note | Attachment | Actions |
---|---|---|---|---|---|---|---|---|---|
{{ ++$sn }} | {{ $bankAccounts[$deposit->bank_account_id] }} | {{--{{ $accountingHeads[$deposit->accounting_head_id] }} | --}}{{$deposit->amount}} | {{$deposit->transaction_id}} | {{$deposit->check_number}} | {{$deposit->date}} | {{$deposit->note}} | @if ($deposit->attachment) Attachment @else N/A @endif | @can('accounting-finance.class-wise-fees.edit') Edit @endcan @can('accounting-finance.class-wise-fees.delete') @endcan |