@extends('layout') @section('title','رول تخیرول ') @section('content') @if (count($errors) > 0)
{{__('systemuser.ohh')}} {{__('systemuser.error')}}

@endif

{{__('systemuser.roleEditForm')}}

{{__('systemuser.roleForm')}}

@method('PATCH') @csrf
{{$errors->first('name')}}
{{__('systemuser.permissions')}}
@foreach($permission as $key => $value) @if($key % 4 == 0)

{{$value->name}}

@endif
@if ($loop->iteration % 4 == 0)
@endif @endforeach
@endsection