@extends('layouts.admin.app') @section('title') Run Sheets @stop @section('main')
Add Run Sheets
@foreach($sheets as $sheet) @endforeach
Date Product Batch Yield Production Date Production pH Production Brine pH Check Date Check pH Check Brine pH Added By Actions
{{$sheet->date}} {{$sheet->product->name.' ('.$sheet->product->sku.')'}} {{$sheet->product->sku.'-'.\Carbon\Carbon::parse($sheet->date)->format('y').'-'.\Carbon\Carbon::parse($sheet->date)->format('j')}} {{$sheet->yield}} {{$sheet->production_date}} {{$sheet->production_ph}} {{$sheet->production_brine_ph}} {{$sheet->check_date}} {{$sheet->check_ph}} {{$sheet->check_brine_ph}} {{$sheet->added_by->first_name.' '.$sheet->added_by->last_name}} Edit
@stop @section('footer') @stop