@extends('layouts/contentLayoutMaster') @section('title', 'Role Permissions') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@include('content.partial.form-message')

Role Informations

@csrf @method('put')
@error('name')
{{ $message }}
@enderror
@foreach( $permissions as $permission )
hasPermissionTo($permission->name) ) checked @endif />
@endforeach
Reset
@endsection @section('vendor-script') @endsection @section('page-script') @endsection