@extends('layout.backend.main'); @section('page_content')
@foreach ($plans as $plan) @endforeach
Order Number Production Line Daily Target Machines Workers Start Date End Date Status Action
{{ $plan->order->order_number }} {{ $plan->production_line }} {{ $plan->daily_target }} {{ $plan->allocated_machines }} {{ $plan->allocated_workers }} {{ $plan->start_date }} {{ $plan->end_date }} {{ $plan->status->name }}
@endsection @section('script') @endsection