@extends('layouts.app') @section('title', __('nav.reports')) @section('content')

{{ __('nav.reports') }}

{{ __('reports.index_desc') }}

{{ __('reports.monthly_report') }}

@csrf

{{ __('reports.annual_report') }}

@csrf
@endsection