@yield('content')
{{-- --}}
{{--
--}}
{{--
--}}
{{--
{{ App\Models\Websit::latest()->first()->websit_title }}
--}} {{-- --}}{{ App\Models\Websit::latest()->first()->websit_title }}
- {{ __('Main Menu') }} {{-- this element to view dashboard page --}}
- {{ __('Dashboard') }}
-
{{ __('Users') }}
-
{{-- this element to view all user page --}}
- {{ __('All Users') }} {{-- this element to view create user page --}}
- {{ __('Create Users') }}
-
{{ __('Clients') }}
-
{{-- this element to view all clients page --}}
- {{ __('All Clients') }} {{-- this element to view create clients page --}}
- {{ __('Create Clients') }}
-
{{ __('Specialty') }}
-
{{-- this element to view all clients page --}}
- {{ __('All Specialties') }} {{-- this element to view create clients page --}}
- {{ __('Create Specialties') }}
-
{{ __('Services') }}
-
{{-- this element to view all services page --}}
- {{ __('All Services') }} {{-- this element to view all services page --}}
- {{ __('All Sub Services') }} {{-- this element to view create services page --}}
- {{ __('Create Services') }}
-
{{ __('Menus') }}
-
{{-- this element to view website setting page --}}
- {{ __('Website Menus') }}
- {{ __('Sub-Menus') }}
-
{{ __('Multi Media') }}
-
{{-- this element to view all services page --}}
- {{ __('Photo Album') }} {{-- this element to view all services page --}}
- {{ __('Vedio Album') }}
-
{{ __('Projects') }}
-
{{-- this element to view all services page --}}
- {{ __('All Projects') }} {{-- this element to view create services page --}}
- {{ __('Create Project') }}
@if ($hosting = App\Models\Service::where('name', 'LIKE', 'Hosting')->first())
-
{{ __('Hosting') }}
-
@foreach ($hosting->subServices as $sub_host)
{{-- this element to view all services page --}}
- {{ $sub_host->name }} @endforeach
@endif
-
{{ __('Pages') }}
-
{{-- this element to view all services page --}}
- {{ __('All Pages') }} {{-- this element to view create services page --}}
- {{ __('Create Page') }}
-
{{ __('Blogs') }}
-
{{-- this element to view all services page --}}
- {{ __('All Blogs') }} {{-- this element to view create services page --}}
- {{ __('Create Blogs') }}
-
{{ __('Team') }}
-
{{-- this element to view all services page --}}
- {{ __('All Team Members') }} {{-- this element to view create services page --}}
- {{ __('Create Team Member') }}
-
{{ __('Slider') }}
-
{{-- this element to view all services page --}}
- {{ __('All Sliders') }} {{-- this element to view create services page --}}
- {{ __('Create Slider') }}
-
{{ __('Orders') }}
-
{{-- this element to view all services page --}}
- {{ __('All Orders') }}
-
{{ __('Contacts') }}
-
{{-- this element to view all services page --}}
- {{ __('All Contacts') }}
-
{{ __('Setting') }}
-
{{-- this element to view website setting page --}}
- {{ __('Website Setting') }}
© {{ __('2021 Divvat. All rights reserved') }}