@include('layouts.'.platformSettings()->template.'.header')
@include('layouts.'.platformSettings()->template.'.menu')
@yield('page.body')
@include('layouts.'.platformSettings()->template.'.footer')
{!! toastr()->render() !!}
@include('includes.toastr')
@stack('scripts')