@extends('layoututama') @section('content')

  

KEMBALI
@if(!empty($query)) @foreach($query as $row) @endforeach @endif
No. Tgl. Laporan Nama Bahan Tipe Jumlah Keterangan
{{$row->tgl_hilang}} {{$row->nama_bahan}} {{strtoupper($row->tipe)}} {{$row->jml_hilang}} {{$row->satuan}} {{$row->keterangan}}
@endsection