@extends('layouts.app') @section('title', 'تعديل دور') @section('breadcrumb') @endsection @section('content')
تعديل الدور: {{ \App\Http\Controllers\UserController::ROLE_LABELS[$role->name] ?? $role->name }}
@csrf @method('PUT') @include('roles._form')
@endsection