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

{{__('texte.spots_arr.edit.edit_spot')}}

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