@extends('backend.layout') @section('titre') Modifier mode Maintenance @endsection @section('titrepage') mode Maintenance @endsection @section('content')
Modifier Maintenance
@if ($errors->any())
@endif @if(session()->has('alert')) @endif
@csrf @method('PUT')
@endsection