New-OMIS/Modules/User/resources/views/partials/role/action.blade.php

13 lines
336 B
PHP
Raw Normal View History

2024-04-09 12:15:26 +00:00
<div class="row gy-4">
<div class="col-md-4">
{{ html()->label('Name')->class('form-label') }}
{{ html()->text('name')->class('form-control')->placeholder('Enter Role Name')->required() }}
</div>
</div>
<div class="text-end">
<button type="submit" class="btn btn-primary">{{ $btnType }}</button>
</div>