@extends('layouts.main') @section('title') {{__('Home')}} @endsection @section('content')
{{__("Hi, Admin")}}

{{__("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