@extends('layouts.dashboard')
@section('content')
Data Master / Alat Kesehatan
@livewire('alat-kesehatan.table-data')
@livewire('alat-kesehatan.create')
@livewire('alat-kesehatan.edit')
@endsection
@push('AddCSS')
@stack('livewireCSS')
@endpush
@push('AddJS')
@stack('livewireJS')
@endpush