@yield('meta')
@if (LaravelLocalization::getCurrentLocale() == 'ar')
@else
@endif
zahraa al khair
@stack('color_css')
@if (app()->getLocale() == 'ar')
@endif
@stack('css')
@include('front.includes.header')
@yield('content')
@include('front.includes.footer')
@stack('js')
@if(Session::has('error'))
@endif
@if(session('success'))
@endif