@extends('admin.includes.base') @push('styles') @endpush @section('content')
@include('common.notify')
@if(!empty($history))
@foreach($history as $index => $his) @if(!empty($his->adminInfo)) @else @endif @endforeach
Batch Id Closed By Amount Closed On Note Action EDS
#{{ $his->id }}{{ $his->adminInfo->first_name.' '.$his->adminInfo->last_name }}-$ {{ $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
@endif
@endsection