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

{{__('texte.places_arr.edit.edit_place')}}

{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($errors->has('place')) {{ $errors->first('place') }} @endif
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@if ($errors->has('quarantine')) {{ $errors->first('quarantine') }} @endif
@endsection