| Account | Period | Budgeted | Actual | Variance |
|---|---|---|---|---|
| {{ $line->account->full_name }} | {{ \Carbon\Carbon::parse($line->period)->format('Y-m') }} | {{ number_format($line->amount, 2) }} | {{ number_format($actual, 2) }} | {{ number_format($variance, 2) }} |
@extends('admin.admin_dashboard') @section('admin')
| Account | Period | Budgeted | Actual | Variance |
|---|---|---|---|---|
| {{ $line->account->full_name }} | {{ \Carbon\Carbon::parse($line->period)->format('Y-m') }} | {{ number_format($line->amount, 2) }} | {{ number_format($actual, 2) }} | {{ number_format($variance, 2) }} |