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