@langrtl
@else
@endlangrtl
@yield('title', app_name())
@yield('meta')
{{-- See https://laravel.com/docs/5.5/blade#stacks for usage --}}
@stack('before-styles')
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{--{{ style(subdirMix('public/css/frontend.css', 'public/')) }}--}}
@stack('after-styles')
{{-- @include('includes.partials.messages')--}}
@yield('content')
@yield('sidebar_left')
{{-- @yield('sidebar_right')--}}
{{-- @yield('footer')--}}
@yield('dialogs')
@stack('before-scripts')
{{-- Draggabilly: mobile-compatible drag and drop--}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- jquery draggable. Draggabilly sucks--}}
{{-- file upload --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- Load components--}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@stack('after-scripts')
{{-- @include('includes.partials.ga')--}}