@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') }} {{__("Recent Advertisements")}} {{ __('ID') }} {{ __('Name') }} {{ __('Category') }} {{ __('Added By') }} {{ __('Price') }} {{ __('Status') }} {{-- --}} {{ __('Most Viewed') }} {{-- --}} {{__("Total Categories")}} @endsection @section('js') @endsection @section('script') @endsection