@extends('layouts.print') @section('title') {{ __('dashboard.dashboard') }} {{ get_date_range_text($startDate->format('Y-m-d'), $endDate->format('Y-m-d')) }} @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