@extends('layouts.vertical', ['pageTitle' => 'SmartTables: Manage Records']) @section('css') @endsection @section('page-title') @include('layouts.partials/app-pagetitle', ['pageTitle'=> 'Manage Records', 'pageSubTitle1' => 'Smart Tables', 'pageSubTitle2'=> 'Data Visualization', 'pageSubText' => 'Functionality for managing records with full CRUD (Create, Read, Update, Delete) operations. This allows you to build interactive data management interfaces with minimal effort.']) @endsection @section('content')
Turn on Edit, Add, and Delete feature by using addRecord: true and use hooks create custom form elements.
@endsection @section('scripts') @vite(['resources/scripts/pages/smarttablesmanagerecords.js']) @endsection