@extends('layouts.app') @section('title', ($isNew?'New ':'Edit ').'Production Entry') @section('crumbs', 'Daily Production · '.($isNew?'New':'Edit').'') @section('content')

{{ $isNew?'New':'Edit' }} production entry

{{ $entryNo }}
@csrf @if(!$isNew)@method('PUT')@endif
Cancel
@endsection