@if (isset($title))
{{ $title }} — {{ config('app.name') }}
@else
{{ config('app.name') }}
@endif
@include('partials.google_translator')
@include('layouts.header')
@include('partials.sweet_alert')
@yield('content')
@include('layouts.footer')
@include('partials.live_chat')