Name of Work
Year / Month
Budget Head Number
Select Budget Head
@if ($data['budget_head_no']) @foreach ($data['budget_head_no'] as $maj)
budget_head_no) == $maj->MajorHeadNumber ? 'selected' : '' }}> {{ $maj->MajorHeadNumber }}
@endforeach @endif
Allocation (B.H)
*
Select Budget Head
@if($data['other_bill']->major_head)
{{ $data['other_bill']->allocation_name ?? 'No allocation' }}
@endif
@error('major_head')
*{{ $message }}
@enderror
Additional Details
{{ old('additional_details', $data['other_bill']->additional_details) }}
Unit
Amount
CGST/SGST/RCM
Select Percentage
gst_sgst) == 5 ? 'selected' : '' }}>5%
gst_sgst) == 12 ? 'selected' : '' }}>12%
gst_sgst) == 18 ? 'selected' : '' }}>18%
gst_sgst) == 28 ? 'selected' : '' }}>28%
@foreach($data['document_paths'] as $doc)
Upload Document
@endforeach
Uploaded Documents
@if(!empty($data['document_paths'])) @foreach ($data['document_paths'] as $path)
View
Download
@endforeach @else
No documents uploaded.
@endif
Submit