@extends('layouts.master') @section('style') @livewireStyles @endsection @section('content')

Laporan Penjualan Barang

@livewire('laporan.penjualan-barang') @endsection @section('script') @livewireScripts @stack('scripts') @endsection