@extends('layouts.main') @section('title') {{__('Home')}} @endsection @section('content') {{__("Hi, Admin")}} {{$user_count}} {{ __('Total Customers') }} {{$item_count}} {{ __('Total Advertisements') }} {{$categories_count}} {{ __('Total Categories') }} {{$custom_field_count}} {{ __('Total Custom Fields') }} {{__("Featured Sections")}} {{ __('ID') }} {{ __('Style') }} {{ __('Title') }} {{ __('Filters') }} {{ __('Min Price') }} {{ __('Max price') }} {{ __('Value') }} {{-- --}} {{ __('Most Viewed') }} {{-- --}} {{ __("Total Categories") }} @if(!empty($category_item_count) && count($category_item_count) > 0) @else {{ __('No categories available to display') }} @endif @endsection @section('js') @endsection @section('script') @endsection