@extends('backend/include/layout') @section('title') Paramètres Statuts|| {{env('APP_NAME')}} @endsection @section('fil-arial')

Paramètres

@endsection @section('contenu')
Modification
@if ($errors->any())
Error!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method("put")
@endsection @section('script-js') @endsection