@extends('dashboard/master/master') @section('title', 'الصلاحيات') @section('page-style') @endsection @section('content') قائمة الصلاحيات # إسم الصلاحية التاريخ الإجراءات @foreach($data as $key => $value) {{$key + 1}} {{$value->name}} {{Date::parse($value->created_at)->diffForHumans()}} تعديل {{csrf_field()}} حذف @endforeach @endsection