@include('twill::partials.head')

{{ config('app.name') }} {{ app()->environment() === 'production' ? 'prod' : app()->environment() }}

@yield('form')
@include('twill::partials.toaster')