@extends('layouts.admin') @section('page_title') @parent مدیریت سطوح دسترسی @endsection @section('main')

مدیریت سطوح دسترسی

@if (count($errors) > 0)
@endif @if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('warning'))
{{ Session::get('warning') }}
@endif
افزودن سطح دسترسی
@foreach($roles as $role) @if($role->id != 1 && $role->id != 2 && $role->id != 3) @endif @endforeach
نام سطح دسترسی توضیحات تنظیمات
{{$role->name}} {{$role->label}} @if($role->id != 1 && $role->id != 2 && $role->id != 3) @endif
@endsection