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

Édition d'un enclos


{{ csrf_field() }} @method('PATCH') Nom {{ $errors->first('name') }} Statut isClosed ? '' : 'checked' }}> isClosed ? 'checked' : '' }}> @endsection