@extends('layouts.layout') @section('content')

@yield('title-form')

@include('partials.alerts.error')
@csrf @yield('content-form')
@endsection