Application Status Report Application Status Report
{{--
...
--}}
Reset
Application List status
@foreach ($demands as $demand) @endforeach
Sr No Reference No Application Date Applicant Name Department Service Source Type Total Amount
{{ $loop->iteration }} {{ $demand->reference_number }} {{ $demand->created_at->format('d-m-Y') }} {{ $demand->applicant_name }} @foreach ($demand->details->pluck('department.department_name')->unique() as $deptName)
{{ $deptName ?? '-' }}
@endforeach
@foreach ($demand->details as $detail)
{{ $detail->service->service_name ?? '-' }}
@endforeach
Demand/Collection {{ number_format($demand->total_amount, 2) }}
{{-- @push('scripts') @endpush --}}