fix business industries and data settings front end

This commit is contained in:
arifal hidayat
2025-02-22 16:08:59 +07:00
parent 675477c734
commit ffd9d3514c
11 changed files with 171 additions and 327 deletions

View File

@@ -9,7 +9,7 @@
<div class="col-lg-6">
<div class="card">
<div class="card-body">
<form id="formDataSettings" action="{{ route('data-settings.store') }}" method="POST">
<form id="formDataSettings" action="{{ route('api.data-settings.store') }}" method="POST">
@csrf
<div class="mb-3">
<label for="key" class="form-label">Key</label>

View File

@@ -9,7 +9,7 @@
<div class="col-lg-6">
<div class="card">
<div class="card-body">
<form id="formUpdateDataSettings" action="{{ route('data-settings.update', $data->id) }}" method="POST">
<form id="formUpdateDataSettings" action="{{ route('api.data-settings.update', $data->id) }}" method="POST">
@csrf
@method('PUT')
<div class="mb-3">

View File

@@ -9,7 +9,6 @@
@include('layouts.partials/page-title', ['title' => 'Data Settings', 'subtitle' => 'Setting Dashboard'])
<x-toast-notification />
<x-modal-confirmation buttonText="Delete" confirmationMessage="Are you sure you want to delete this?" />
<div class="row">
<div class="col-12">