@extends('app') @section('content')

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf @if($role) @method('PUT') @endif
@foreach($permissions_array as $resource => $actions)
@foreach($actions as $key => $value)
@endforeach
@endforeach
إلغاء
@endsection @section('page_script') @endsection