@extends('back.layouts.main') @section('title' , $title) @section('content') @include('back.reports._print_header') @include('back.reports.summary._filter') @include('back.reports.summary._table')
@include('back.reports.partials.style') @stop