@extends('layouts.admin.master') @section('title', 'Production') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content')
@if(count($errors) > 0) @endif @if($message = Session::get('success')) @endif
@forelse ($production as $productionItem) @empty @endforelse
# Code Name Quantity Date Addedby
{{$loop->iteration}} {{ $productionItem->product->code }} {{ $productionItem->product->name }} {{ $productionItem->quantity }} {{ $productionItem->created_at }} {{ $productionItem->user->name }}
@endsection