@extends('layouts.master') @section('title', 'Edit Role | Proxima - Medical Management app') @section('title-topbar', 'Edit Role') @section('css') @endsection @section('content')
Dashboard | Roles | Add user
Add new role
@csrf @method('PUT')
@error('rolename') {{ $message }} @enderror
@error('permissions') {{ $message }} @enderror
@endsection @section('js') @endsection