@extends('layouts.admin') @section('title', 'الصلاحيات') @section('content')
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
@foreach($roles as $role) @endforeach
{{ __('dashboard.main.name') }} {{ __('dashboard.main.Actions') }}
{{ $role->name }}
@endsection @section('scripts') @endsection