@extends('super_admin.layout.master') @section('title','الإدارة المركزية') @section('content')
تعديل {{ $role->name }}
@csrf @include('super_admin.role.form')
@endsection