@extends('dashboard.v1.index') @section('title', "الصلاحيات") @section('content')

الصلاحيات

الصلاحيات

{{-- --}} {{-- --}} {{-- --}}

@foreach($rows as $row) {{-- --}} @endforeach
# الاسم العنوان الوظيفة الوصف التحكم
{{$i}} {{$row->name}} {{$row->title}} {{\App\Models\Role::find($row->roles()->first()->id)->title}} {{$row->descriptio}} {{-- --}}
@stop