@extends('panel.layout.app', ['layout_wide' => true, 'wide_layout_px' => 'px-0']) @section('content')
@if (isset($setting->logo_dashboard)) logo_dashboard_2x_path) && !empty($setting->logo_dashboard_2x_path)) srcset="/{{ $setting->logo_dashboard_2x_path }} 2x" @endif alt="{{ $setting->site_name }}" > logo_dashboard_dark_2x_path) && !empty($setting->logo_dashboard_dark_2x_path)) srcset="/{{ $setting->logo_dashboard_dark_2x_path }} 2x" @endif alt="{{ $setting->site_name }}" > @else logo_2x_path) && !empty($setting->logo_2x_path)) srcset="/{{ $setting->logo_2x_path }} 2x" @endif alt="{{ $setting->site_name }}" > logo_dark_2x_path) && !empty($setting->logo_dark_2x_path)) srcset="/{{ $setting->logo_dark_2x_path }} 2x" @endif alt="{{ $setting->site_name }}" > @endif
{{ __('Back to Home') }}
@yield('form')
@if ( $setting->auth_view_options != null && $setting->auth_view_options != 'undefined' && json_decode($setting->auth_view_options)?->login_enabled == true && json_decode($setting->auth_view_options)?->login_image != null && json_decode($setting->auth_view_options)?->login_image != '') @endsection