{{ $setting->app_name }}
{{ $setting->app_name }}
  • {{__('admin.Dashboard')}}
  • {{__('admin.All Bookings')}}
    • {{__('admin.All Bookings')}}
    • {{__('admin.Awaiting Approval')}}
    • {{__('admin.Active Bookings')}}
    • {{__('admin.Completed Bookings')}}
    • @php $complete_request_count = App\Models\CompleteRequest::WhereHas('order', function($order){ $order->where('order_status', '!=', 'complete'); })->count(); @endphp
    • {{__('admin.Complete Request')}} @if ($complete_request_count > 0) {{ $complete_request_count }} @endif
    • {{__('admin.Declined Bookings')}}
  • {{__('admin.Manage Services')}}
    • {{__('admin.Category')}}
    • {{__('admin.All Service')}}
    • {{__('admin.Awaiting for Approval')}}
    • {{__('admin.Active Service')}}
    • {{__('admin.Banned Service')}}
    • {{__('admin.Service Review')}}
  • {{--
  • {{__('Manage City')}}
  • --}}
  • {{__('admin.Manage Coupon')}}
    • {{__('admin.Coupon')}}
    • {{__('admin.Coupon Histories')}}
  • {{__('admin.Manage Influencers')}}
    • {{__('admin.User Category')}}
    • {{__('admin.Influencer List')}}
    • {{__('admin.Pending influencer')}}
  • {{__('admin.Manage Client')}}
    • {{__('admin.Client List')}}
    • {{__('admin.Pending Client')}}
  • @php $unseenMessages = App\Models\TicketMessage::where('unseen_admin', 0)->groupBy('ticket_id')->get(); $count = $unseenMessages->count(); @endphp
  • {{__('admin.Support Ticket')}} {{ $count }}
  • {{__('admin.Refund Request')}}
  • {{__('admin.Withdraw Payment')}}
    • {{__('admin.Withdraw Method')}}
    • {{__('admin.Influencer Withdraw')}}
    • {{__('admin.Withdraw Request')}}
  • {{__('admin.Manage Section')}}
    • {{__('admin.Intro section')}}
    • {{__('admin.Our Feature')}}
    • {{__('admin.Testimonial')}}
    • {{__('admin.Partner')}}
    • {{__('admin.Working Proccess')}}
    • {{__('admin.Why Choose Us')}}
  • {{__('admin.Pages')}}
    • {{__('admin.Home Page')}}
    • {{__('admin.About Us')}}
    • {{__('admin.Contact Us')}}
    • {{__('admin.Custom Page')}}
    • {{__('admin.Terms and Conditions')}}
    • {{__('admin.Privacy Policy')}}
    • {{__('admin.FAQ')}}
    • {{__('admin.Error Page')}}
    • {{__('admin.Login Page')}}
  • {{__('admin.Blogs')}}
    • {{__('admin.Create Category')}}
    • {{__('admin.Categories')}}
    • {{__('admin.Create Blog')}}
    • {{__('admin.Blog List')}}
    • {{__('admin.Blog Comments')}}
  • @if (Module::isEnabled('PaymentGateway'))
  • {{__('admin.Gateway')}}{{__('addon')}}
  • @endif @if (Module::isEnabled('Currency')) @include('currency::sidebar') @endif @if (Module::isEnabled('Kyc')) @include('kyc::Admin.sideber') @endif
  • {{__('admin.General Setting')}}
    • {{__('admin.General Setting')}}
    • {{__('admin.SEO Setup')}}
    • {{__('admin.Payment Gateway')}}
    • {{__('admin.Logo & Favicon')}}
    • {{__('admin.Cookie Consent')}}
    • {{__('admin.Google reCaptcha')}}
    • {{__('admin.Tawk Chat')}}
    • {{__('admin.Google Analytic')}}
    • {{__('admin.Social Login')}}
    • {{__('admin.Facebook Pixel')}}
    • {{__('admin.Custom Pagination')}}
    • {{__('admin.Header & Footer')}}
    • {{__('admin.Default avatar')}}
    • {{__('admin.Breadcrumb image')}}
    • {{__('admin.Clear cache')}}
    • {{__('admin.Database Clear')}}
    • {{__('admin.Database Generate')}}
  • {{__('admin.Email Configuration')}}
    • {{__('admin.Setting')}}
    • {{__('admin.Email Template')}}
  • {{__('admin.Language')}}
    • {{__('admin.Language')}}
    • {{__('admin.Theme Language')}}
    • {{__('admin.Validation Language')}}
  • {{__('admin.Contact Message')}}
  • {{__('admin.Subscribers')}}
  • @if ($header_admin->admin_type == 1)
  • {{__('admin.Admin list')}}
  • @endif