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

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