@if(is_rtl()) @endif @stack('styles')
@if(isset($pageTitle))

@yield('header', $pageTitle)

@if(isset($pageDescription))

{{ $pageDescription }}

@endif
@endif @if($errors->any()) @endif @if(session('success')) @endif @yield('content')
@stack('scripts')