get('site_direction_vendor');
}else{
$site_direction = session()->has('vendor_site_direction')?session()->get('vendor_site_direction'):'ltr';
}
?>
@yield('title')
@php($logo=\App\Models\BusinessSetting::where(['key'=>'icon'])->first()->value)
@stack('css_or_js')
@if (env('APP_MODE')=='demo')
@endif
{{--loader--}}
{{--loader--}}
@include('layouts.vendor.partials._front-settings')
@include('layouts.vendor.partials._header')
@include('layouts.vendor.partials._sidebar')
@yield('content')
@include('layouts.vendor.partials._footer')
@stack('script')
{!! Toastr::message() !!}
@if ($errors->any())
@endif
@stack('script_2')