@extends('layouts.admin.base-dashboard')
@section('title', 'Beranda')
@section('content')
@role('cashier')
Home
@endrole
@role('superadmin|admin')
Produk |
Cabang |
Stok |
{{-- Data diisi AJAX --}}
Semua stok aman 🎉
@endrole
@endsection
@push('script')
@endpush