@extends('admin.includes.base') @push('styles') @endpush @section('content')
| Batch Id | Closed By | Amount | Closed On | Note | Action | EDS | |
|---|---|---|---|---|---|---|---|
| #{{ $his->id }} | @if(!empty($his->adminInfo)){{ $his->adminInfo->first_name.' '.$his->adminInfo->last_name }} | @else- | @endif$ {{ $his->total }} | {{ date('d/m/Y',strtotime($his->created_at)) }} | {{ $his->note ?? '-' }} | @if(!empty($his->depositInfo)) Deposited @else Deposit Slip @endif | @if(!empty($his->depositInfo)) {{ $his->depositInfo->serial_no }} @else - @endif |