@if(Session::has('lang')&&Session::get('lang')=='en')
@endif
@yield('style')
@include('partials.site_navbar')
@yield('content')
@yield('scripts')