@extends('admin.layouts.master') @section('title') roles @endsection @section('css') @endsection @section('content')
اضافة دور جديد
@foreach($roles as $role) @include('admin.roles.show') @include('admin.roles.destroy') @endforeach
#
اسم الدور
العمليات
{{$loop->iteration}}
{{$role->name}}
عرض
تعديل
حذف
@endsection @section('js') @endsection