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

{{__('texte.corridors_arr.edit.edit_corridor')}}

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