fix datatable using token api and paginate when searching, fix skrd_amount column to decimal 20
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@extends('layouts.vertical', ['subtitle' => 'Syncronize'])
|
||||
@extends('layouts.vertical', ['subtitle' => 'General'])
|
||||
|
||||
@section('css')
|
||||
@vite(['node_modules/gridjs/dist/theme/mermaid.min.css'])
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
@section('content')
|
||||
|
||||
@include('layouts.partials/page-title', ['title' => 'Settings', 'subtitle' => 'Syncronize'])
|
||||
@include('layouts.partials/page-title', ['title' => 'Settings', 'subtitle' => 'General'])
|
||||
|
||||
<div class="row">
|
||||
<div class="d-flex justify-content-end pb-3">
|
||||
|
||||
Reference in New Issue
Block a user