{{-- multiple select css --}}
@if ($seederRun)
Seeder dose not run.
Please run
php artisan migrate:fresh --seed
or
Click here
@endif @if ($storageLink && config('filesystems.default') == 'public')
Storage link dose not exist or image not found then
please run
php artisan storage:link
or
Click here
If you find any problem please set
FILESYSTEM_DISK='local'
in the .env file and try uploading the image again.
@endif
@if (isset(auth()->user()->roles[0]->name) && auth()->user()->roles[0]->name != 'super admin')
{{ __('pos') }}
@endif
@if ($general_settings->dark_mode == 0)
@else
@endif
@php use App\Models\Language; $languages = Language::All(); $language = Language::where('name', app()->getLocale())->first(); @endphp
{{ $language->title }}
@foreach ($languages as $lang)
{{ $lang->title }}
@endforeach
{{ ucfirst(auth()->user()->name) }}
{{ __('profile') }}
{{ __('settings') }}
{{ __('change_password') }}
{{ __('logout') }}
@include('layout.sidebar')
@yield('content')
@stack('scripts') @if (session('success')) @endif @if (session('error')) @endif @if (session('errors')) @endif @if (session('error')) @endif