@extends('layouts.master') @section('title', 'إضافة دور جديد') @section('css') @endsection @section('page-header') @endsection @section('content')
تفاصيل الدور
قم بتحديد اسم الدور والصلاحيات المسموح بها
@csrf
@foreach ($permissions as $permission)
@endforeach
إلغاء
@endsection @section('js') @endsection