@extends('admin.layouts.master') @section('content')

الصلاحيات

اضف
{{--

--}}
@foreach($roles as $role) @endforeach
# الاسم التحكم
{{$loop->iteration}} {{$role->name}} @if(!($role->id == 1)) @endif
@endsection