@include('admin-panel.components.form.input', [ 'type' => 'text', 'label' => 'Location Name', 'name' => 'location_name', 'id' => 'location_name' ]) @include('admin-panel.components.form.submit', [ 'label' => 'Add Location', 'name' => 'submit', 'id' => 'submit' ])