@extends('layouts.master')
@section('css')
@section('title')
عرض الصلاحيات - مورا سوفت للادارة القانونية
@stop
@endsection
@section('page-header')
- {{ $role->name }}
@if(!empty($rolePermissions))
@foreach($rolePermissions as $v)
- {{ $v->name }}
@endforeach
@endif
@endsection
@section('js')
@endsection