{{-- resources/views/reports/financial.blade.php --}} @extends('layouts.app') @section('title', 'Financial Summary') @section('page_title', 'Financial Summary') @section('page_subtitle', $from->format('d M Y') . ' — ' . $to->format('d M Y')) @section('content') @include('reports.partials.nav') @include('reports.partials.filters', ['route' => 'reports.financial']) {{-- P&L Summary --}}
No expenses in this period
@endforelse