@extends('back.layouts.main') @section('title' , $title) @section('content') @include('back.reports._print_header')
@include('back.reports.partials.counts')
@foreach($addons as $name=>$count) @endforeach @foreach($addons as $name=>$count) @endforeach

{{__('back.additions')}}

{{$name}}
{{$count}}
@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