@extends('dashboard.layouts.master') @section('title', 'الأدوار') @section('content')
@csrf
@foreach ($roles as $row) @if ($row->name != 'owner') @endif @endforeach
اسم الدور تعديل الدور صلاحيات الدور حذف الدور
{{ Str::ucfirst($row->name) }} تعديل المسمي id") }}" class="btn btn-success btn-sm">اضافة صلاحيات
@method('DELETE') @csrf
@endsection