@php($restaurant_logo = App\Models\BusinessSetting::where(['key' => 'company_logo'])->first()->value) Logo Logo
  • @php($local = session()->has('local') ? session('local') : 'en') @php($lang = \App\CentralLogics\Helpers::get_business_settings('language') ?? null)
    @if (isset($lang) && array_key_exists('code', $lang[0])) @foreach ($lang as $data) @if ($data['code'] == $local) {{ $data['name'] }} @endif @endforeach {{--
      --}} {{-- @foreach ($lang as $key => $data)--}} {{-- @if ($data['status'] == 1)--}} {{--
    • --}} {{-- --}} {{-- --}}{{-- Image Description --}} {{-- {{ \App\CentralLogics\Helpers::get_language_name($data['code']) }}--}} {{-- --}} {{--
    • --}} {{-- @endif--}} {{-- @endforeach--}} {{--
    --}} @endif
  • {{ auth('admin')->user()->f_name }}
    Image Description
    Image Description
    {{ auth('admin')->user()->f_name }} {{ auth('admin')->user()->email }}
    {{ translate('settings') }}
    {{ translate('sign_out') }}