Period: {{ \Carbon\Carbon::parse($budget->start_date)->format('Y-m-d') }} — {{ \Carbon\Carbon::parse($budget->end_date)->format('Y-m-d') }}
@if($budget->notes)Notes: {{ $budget->notes }}
@endifLine Items
| Account | Period | Budgeted |
|---|---|---|
| {{ $line->account->full_name }} | {{ \Carbon\Carbon::parse($line->period)->format('Y-m-d') }} | {{ number_format($line->amount,2) }} |