@extends('layouts.master') @push('head-css') @endpush @section('content')
@include('admin.profile.index')
@if ($user->roles()->withoutGlobalScopes()->latest()->first()->hasPermission('manage_settings') && !\Session::get('loginRole'))
@if ($settings->hide_cron_message == 0 || \Carbon\Carbon::now()->diffInHours($settings->last_cron_run) > 48)
Set following cron command on your server (Ignore if already done)
@php try { echo '* * * * * ' . PHP_BINDIR . '/php ' . base_path() . '/artisan schedule:run >> /dev/null 2>&1'; } catch (\Throwable $th) { echo '* * * * * /php' . base_path() . '/artisan schedule:run >> /dev/null 2>&1'; } @endphp
@endif
@csrf @method('PUT')
@csrf

@lang('app.booking')




@lang('app.multiTaskingEmployee')

@lang('app.limit') @lang('app.booking')

@lang('app.allowEmployeeSelection')

@lang('app.disableSlotDurationAsPerServiceDuration')

disable_slot=='disabled' || $settings->disable_slot=='') style="display: none" @endif>
@lang('app.cronjob')



@lang('app.booking') @lang('app.schedule')


@foreach($serviceLocations as $serviceLocation)
{{ ucwords($serviceLocation->locations->name) }}
@include('admin.booking-time.index')
@endforeach {{--
@foreach($bookingTimes as $key=>$bookingTime) @endforeach
# @lang('app.day') @lang('modules.settings.openTime') @lang('modules.settings.closeTime') @lang('modules.settings.allowBooking') @lang('app.action')
{{ $key+1 }} @lang('app.'.$bookingTime->day) {{ $bookingTime->start_time }} {{ $bookingTime->end_time }} @lang('app.edit')
--}}
@include('admin.tax-setting.index')
@include('admin.employee-schedule.index')

@lang('app.currency')

@foreach($currencies as $key=>$currency) @endforeach
# @lang('app.currency') @lang('app.name') @lang('app.currencySymbol') @lang('app.currencyCode') @lang('app.action')
{{ ($key+1) }} {{ ucwords($currency->currency_name) }} {{ $currency->currency_symbol }} {{ $currency->currency_code }} @if ($settings->currency->id !== $currency->id) @endif
@include('admin/currency/editCurrencyFormatSettings')
@include('admin.language.index')

@lang('app.email') @lang('menu.settings')

@csrf @method('PUT')
@if($smtpSetting->mail_driver =='smtp') @if($smtpSetting->verified)
{{__('messages.smtpSuccess')}}
@else
{{__('messages.smtpError')}}
@endif @endif

@lang('menu.adminThemeSettings')

@csrf @method('PUT')
@lang('modules.theme.subheadings.colorPallette') @lang("app.reset")
 
 
 
 
 
@lang('modules.theme.subheadings.customCss') @lang("app.reset")
@if(!$themeSettings->custom_css)@lang('modules.theme.defaultCssMessage')@else{!! $themeSettings->custom_css !!}@endif

@lang('menu.frontThemeSettings')


@csrf @method('PUT')
@lang('app.logo')
@lang('app.favicon') @lang('modules.theme.imageDimensions')
@lang('modules.theme.subheadings.colorPallette') @lang("app.reset")
 
 
@lang('modules.theme.subheadings.customCss') @lang("app.reset")
@if(!$frontThemeSettings->custom_css)@lang('modules.theme.defaultCssMessage')@else{!! $frontThemeSettings->custom_css !!}@endif


Carousel/Slider Settings


Carousel Status

Carousel Autoplay

@lang('menu.chooseFrontTheme')


@csrf
@lang('modules.theme.subheadings.selectTheme')

front_theme == 'theme-1') checked @endif/>  

theme-1
front_theme == 'theme-2') checked @endif/>  

theme-1

@lang('menu.seoSettings')


@csrf
@include('admin.page.index')
@include('admin.zoom-settings.index')
@include('admin.role-permission.index')
@include('admin.office-leaves.index')
@include('admin.google-calendar.index')
@include('admin.google-map-api-key.index')

@lang('app.paymentCredential') @lang('menu.settings')


@csrf @method('PUT')
@lang('app.showPaymentOptions')

@lang('app.offlinePaymentMethod')



@lang('app.paypalCredential')



@lang('app.stripeCredential')



@lang('modules.paymentCredential.payStackCredential')



@lang('app.razorpayCredential')
@lang('modules.paymentCredential.changeCurrencyToINR') ( @lang('menu.general') )
@include('admin.sms-settings.index')

@lang('menu.updateApp')

@include('vendor.froiden-envato.update.update_blade') @include('vendor.froiden-envato.update.version_info')
@include('vendor.froiden-envato.update.changelog')
@endif
@endsection @push('footer-js') @permission('manage_settings') @include('vendor.froiden-envato.update.update_script') @endpermission @endpush