@extends('layouts.master')
@section('styles')
@endsection
@section('content')
Add Method
@php
$columns = [
['checkbox' => true, 'class' => 'ps-4'],
['label' => 'Category'],
['label' => 'Amount'],
['label' => 'Coin'],
['label' => 'Stock Left'],
['label' => 'Status'],
['label' => 'Action'],
];
@endphp
@endsection
@section('scripts')
@include('layouts.components.common-script')
@vite('resources/assets/js/modal.js')
@endsection