@extends('back.layouts.main') @section('title' , $title) @section('content') @isset($note)

{{$note}}

@endisset @include('back.reports._print_header')
@include('back.reports.donates._donate_users') @include('back.reports.partials.counts')
@if(auth()->guard('admins')->user()->role_id != 8) @include('back.reports.partials.topCustomers') @endif @include('back.reports.partials.topAnimals')
@include('back.reports.partials.topAnimalsDetails') @include('back.reports.partials.topEmiratesOrders') @include('back.reports.partials.topEmirates') @include('back.reports.partials.prints.print')
@include('back.reports.partials.style') @stop