@extends('layouts.app') @section('title') @yield('subtitle', __('report.reports')) @endsection @section('content')
@include('layouts._report_nav')
@yield('content-report')
@endsection @section('styles') @endsection