@extends('layouts.base') @section('title', $title) @section('body-class', 'antialiased border-top-wide border-primary d-flex flex-column') @section('content')
@if (session('status')) @endif
@if ($errors->any()) @endif
{{ $slot }}
@endsection