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

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

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