@extends('admin.layout.master') @section('content')
{{ csrf_field() }}
ایجاد سطح دسترسی @include('share.extra.back2',['route'=>route('admin.roles.index')])
@include('share.forms.input',['name'=>'name','title'=>'تیتر'])
@foreach($permissions->groupBy('mainGroup') as $key1 => $var1)
@endforeach
@endsection @push('scripts') @endpush @push('styles') @endpush