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