@php
$locales=config('translatable.locales');
@endphp
{{isset($meta['title'])?$meta['title']:__('common.meta_title') }}
@stack('end-of-head')
@include('partials.top_menu')
@yield('content')
@include('partials.footer')
@include('partials.authentication')
{{--@include('partials.profile')--}}
@include('partials.alert_modal')
@stack('end-of-body')