@extends('layouts.app') @push('styles') @endpush @section('content')
@if ($global->hide_cron_message == 0 || \Carbon\Carbon::now()->diffInHours($global->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

@lang($pageTitle)

@method('PUT')
@foreach ($dateFormat as $format) @endforeach
@foreach ($timezones as $tz) @endforeach
@foreach ($currencies as $currency) @endforeach
@foreach ($languageSettings as $language) @endforeach
@if ($global->session_driver == 'database') @lang('modules.accountSettings.deleteSessions') @endif
@php $cleanCache = ''; @endphp @if ($cachedFile) @php $cleanCache = '' . __('modules.accountSettings.clearCache') . ''; @endphp @endif

@lang('modules.accountSettings.fileUploadSetting')

@lang('app.client') @lang('app.signUp') @lang('app.settings')

@lang('modules.accountSettings.businessMapLocation')

@lang('modules.accountSettings.autocompleteSearch')


@lang('app.save') @lang('app.cancel')
@lang('app.save')
@lang('app.cancel')
@endsection @push('scripts') @endpush