@extends('layouts.mainlayout') @section('title','Packaging') @section('tombol+')
@endsection @section('header+') @endsection @section('content')
Packaging
@foreach ($table_packaging as $Barang) @endforeach
NO PACKAGING AKSI
{{$loop->iteration }} {{$Barang->PACKAGING}}
@endsection @section('Script') @endsection