@extends('layouts.app') @section('content')

Production Card

Page for Production Card

@foreach ($productionCards as $productionCard) @endforeach
No Date Status Action
{{ $productionCard->id }} {{ $productionCard->no }} {{ $productionCard->date }} @switch($productionCard->status) @case(false) Not complete @break @case(true) Complete @break @default @endswitch
    @switch($productionCard->status) @case(false)
  • @break @case(true)
  • @break @default @endswitch
@endsection @section('js') @endsection