@extends('back.layouts.main') @section('title', $title) @section('content') @include('back.reports._print_header') {{-- @include('back.reports.shops.details.filter') --}}
@include('back.reports.shops.details.orders_table')
@include('back.reports.shops.details.users_table')
@include('back.reports.partials.style') @stop