@extends('layouts.main', ['title' => 'Data Pengeluaran']) @push('styles') {{-- --}} @endpush @push('scripts') {{ $dataTable->scripts(attributes: ['type' => 'module']) }} @endpush @section('content')
Pengeluaran
{{-- --}}
{{ $dataTable->table() }}
@csrf @method('DELETE')
@endsection