@include('layouts.mobiangra.elements.head')
@include('layouts.mobiangra.elements.defaultBar')
@yield('content')
@hasSection('help-bar')
@yield('help-bar')
@else
@include('mobiangra.sections.help-bar')
@endif
@include('layouts.mobiangra.elements.bottom-nav')
@stack('scripts')