@extends('backoffice.dashboard') @section('content') @if ($errors->any()) @endif @if(Auth::check())
{{-- Formulaire d'édition --}}
@csrf @method('PUT')

تعديل الإذن

@else @endif @endsection