@extends('layouts.admin.master') @section('title', 'BOM') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content')
@if(count($errors) > 0) @endif @if($message = Session::get('success')) @endif
@forelse ($materials as $material) @empty @endforelse
# Product Date Action
{{$loop->iteration}} {{ $material->product->name }} {{ $material->created_at }}
@endsection