@if ($settings['language'] == 1)
@else @endif
@php $logo = url(App\Setting::find(1)->{'main_logo_' . App::getLocale()}); @endphp
@include('seller.includes.top')
@include('seller.includes.side');
@if (session()->has('notif'))
{{ translate('Notification') }}:
{{ session()->get('notif') }}
@endif @yield('content')
@if ($settings['language'] == 1)
@else
@endif