@if(Helper::GeneralWebmasterSettings("header_search_status"))
@push('after-scripts')
@endpush
@endif
@if(Helper::GeneralSiteSettings("style_change"))
@push('after-scripts')
@endpush
@endif
@if(Helper::GeneralWebmasterSettings("dashboard_link_status"))
@if(Auth::check())
@else
{{__('frontend.dashboard')}}
@endif
@endif
@if(count(Helper::languagesList()) >1)
@endif
@if(!Helper::GeneralWebmasterSettings("dashboard_link_status") && count(Helper::languagesList()) ==1)
@include("frontEnd.layouts.social",["tt_position"=>"bottom"])
@endif