@extends('layouts.main') @section('content') Dropdown with Select2
@csrf
@foreach ($detail as $detail) @endforeach
No. Nama Bahan Stn Qty-Comp Qty-Real Qty Ket

@endsection @section('footer-scripts') @endsection