@extends('includes.main') @section('pageSpecificStyles') @endsection @section('pageSpecificContent')
{{-- @foreach ($categories as $category)
{{ $category }}
@endforeach --}}
{{ App\PDF::where('status',1)->count() }}
Total PDFs
{{ App\User::where('iduser_role','!=',4)->where('status',1)->count() }}
Total Users
{{ App\User::where('iduser_role',4)->where('status',1)->count() }}
Total Customers

Featured Packages

@if(isset($pdfs)) @foreach ($pdfs as $pdf) @endforeach @endif
Heading Views
{{ $pdf->heading }} {{ $pdf->pdfUsers()->count() }}
@endsection @section('pageSpecificScript') @endsection