@if (Request::route()->getName() == 'dashboard')
@endif
@if (Request::route()->getName() == 'modules')
@endif
@if (Request::route()->getName() == 'edit-module-category')
@endif
@if (Request::route()->getName() != 'widget-config' and Request::route()->getName() != 'menus-and-pages')
@endif
{!! Toastr::message() !!}
@if (Request::route()->getName() == 'form-builder')
@endif
@if (Request::route()->getName() == 'edit-form')
@endif
@if (Request::route()->getName() == 'widget-config')
@endif
@if (Request::route()->getName() == 'menus-and-pages')
@endif
@if (Request::route()->getName() == 'modules')
@endif
@if (Request::route()->getName() == 'call-module')
@endif
@if (Request::route()->getName() == 'modules')
@endif
@if (Request::route()->getName() != 'widget-config' and
Request::route()->getName() != 'menus-and-pages' and
Request::route()->getName() != 'module-settings' and
Request::route()->getName() != 'call-module' and
Request::route()->getName() != 'modules' and
Request::route()->getName() != 'edit-module-category')
@endif
@yield('script')