@extends('adminlte::page')
@php
$title = 'Barang Master';
$this_helper = 'barang.';
@endphp
@section('title', 'Dashboard')
@section('content_header')
{{$title}}
@stop
@section('content')
@include('dashboard.'.$this_helper .'form')
| # |
# |
Name |
Stock |
Color |
Volume |
Created By |
Desc |
Option |
@stop
@section('plugins.Datatables', true)
@section('css')
@stop
@section('js')
@include('vendor.plugins.datatable',[
'feature' => ['edit','delete'],
])
@stop