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