first change
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<div class="row gy-3">
|
||||
|
||||
<div class="col-lg-4 col-md-6">
|
||||
{{ html()->label('Name')->class('form-label') }}
|
||||
{{ html()->text('name')->class('form-control')->placeholder('Country Name') }}
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6">
|
||||
{{ html()->label('Code')->class('form-label') }}
|
||||
{{ html()->text('code')->class('form-control')->placeholder('Country code') }}
|
||||
</div>
|
||||
|
||||
<x-form-buttons :editable="$editable" :href="route('country.index')" />
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user