@extends('layouts.print') @section('title') {{ __('dashboard.dashboard') }} @if ($month != '00') {{ $months[$month] }} {{ $year }} @else {{ __('time.year') }} {{ $year }} @endif @endsection @section('content') @include('reports.partials.letterhead') @yield('title') @include('reports.finance._internal_content_dashboard', ['isForPrint' => true]) @include('reports.finance._pdf_signature_content') @if (Setting::for(auth()->activeBook())->get('has_pdf_page_number') != '0') {{ __('report.page') }} {PAGENO}/{nb} @endif @endsection @section('style') @endsection