@extends('master') @section('style') @endsection @section('content') @php $rolePermissions = old('permissions', $role->permissions->pluck('permission')->toArray()); @endphp
Ubah Role

Role & Permission Management

@csrf
@error('role_name')
{{ $message }}
@enderror
@error('role_category')
{{ $message }}
@enderror
@error('permissions')
{{ $message }}
@enderror
@endsection @section('script') @endsection