@extends('back.layouts.main') @section('title', $title) @section('content') @include('back.reports._print_header') @include('back.reports.cuttings.filter')
@include('back.reports.cuttings.counts')
@include('back.reports.partials.style') @stop