@extends('layouts.admin') @section('title') ویرایش نقش @endsection @section('content')

ویرایش نقش

@include('admin.index.messages')
@method('patch') @csrf
@if($errors->has('name_fa')) {{ $errors->first('name_fa') }} @endif
@if($errors->has('name_en')) {{ $errors->first('name_en') }} @endif

دسترسی ها

@foreach($permissionCategory as $value)

{{ $value->name_fa }}

@foreach($value->permission as $item)
@endforeach
@endforeach
@endsection