@extends('layouts.horizontal', ['title' => 'Eyelash Records', 'topbarTitle' => 'Eyelash Records']) @section('css') @vite([ 'node_modules/datatables.net-bs5/css/dataTables.bootstrap5.min.css', 'node_modules/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css', 'node_modules/datatables.net-fixedcolumns-bs5/css/fixedColumns.bootstrap5.min.css', 'node_modules/datatables.net-fixedheader-bs5/css/fixedHeader.bootstrap5.min.css', 'node_modules/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css', 'node_modules/datatables.net-select-bs5/css/select.bootstrap5.min.css', 'node_modules/flatpickr/dist/flatpickr.min.css', 'node_modules/select2/dist/css/select2.min.css' ]) @endsection @section('content')

Eyelash Records

@php $breadcrumb = getCurrentMenuBreadcrumb(); @endphp @if(!empty($breadcrumb)) @endif
ID Customer Type Thickness Length Curl Full Set / Refill Date Price Remarks Action
Type Of Lashes
Thickness
Length
Curl
{{-- Add/Edit Record Modal --}} @endsection @section('scripts') @endsection