@stack('head')

{{ config('app.name') }}

Keep the order flow moving without losing track.

@if(trim($__env->yieldContent('page_title')) && trim($__env->yieldContent('page_title')) !== 'Login')

@yield('page_title')

@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if (session('status'))
{{ session('status') }}
@endif @yield('content')
@stack('scripts')