Budget Allocations

Fund Distribution to Offices

New Allocation
@forelse($allocations as $allocation) @empty @endforelse
Accounting Office Budget Line Quarter Amount Date Actions
{{ $allocation->accountingOffice->name }}
{{ $allocation->accountingOffice->code }}
{{ $allocation->annualBudget->codingBlock->code }}
{{ $allocation->quarter }} ${{ number_format($allocation->amount, 2) }} {{ \Carbon\Carbon::parse($allocation->allocation_date)->format('M d, Y') }}
@csrf @method('DELETE')

No allocations found

@if($allocations->hasPages())
{{ $allocations->links() }}
@endif