@extends('layouts.master')
@section('title', 'Laporan Rekap Persediaan')
@section('css')
@endsection
@section('content')
Laporan Rekap Persediaan
| No |
Kode Item |
Nama Item |
Lokasi |
Total |
Unit |
@if (session('success'))
@endif
@if (session('error'))
@endif
@endsection
@section('scripts')
@endsection