@extends('layout') @section('title', 'Modifier un Roulant') @section('content')

Modifier un Matériel Roulant

@if(session('success')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@endsection