@extends('layouts.print')
@section('title', __('report.monthly'))
@section('content')
@if (isset(auth()->activeBook()->report_titles['finance_summary']))
{{ auth()->activeBook()->report_titles['finance_summary'] }}
@else
{{ __('report.monthly') }}
@endif
@if (request('month') != '00')
- {{ $currentMonthEndDate->isoFormat('MMMM Y') }}
@else
- {{ $currentMonthEndDate->isoFormat('Y') }}
@endif
@include('reports.finance._internal_periode_summary')
@endif