@stack('style')
@if (@$general->preloader_status)
@endif
@if (@$general->analytics_status)
@endif
@include(template().'layout.user_sidebar')
@yield('content2')
@php
$content = content('contact.content');
$contentlink = content('footer.content');
$footersociallink = element('footer.element');
$serviceElements = element('service.element');
@endphp
@stack('script')
@if (@$general->twak_allow)
@endif
@if (Session::has('error'))
@endif
@if (Session::has('success'))
@endif
@if (session()->has('notify'))
@foreach (session('notify') as $msg)
@endforeach
@endif
@if (@$errors->any())
@endif