@extends('mrp') @section('title', $page_title) @section('content')

{{ $page_title }}

Back
@if (auth()->user()->can('production-create'))
Add New
@endif
@if (Session::has('message')) @endif
{{-- --}} @foreach ($productions as $production) {{-- {{ dd($production->product) }} --}} {{-- --}} @endforeach
No Production Code Production Name Planning Code Recovery Plan ActionAction
{{$loop->iteration}} {{$production->production_code}} {{$production->production_name}} {{$production->planning->plan_code ?? 'N/A'}}{{$production->product->product_name ?? 'N/A'}}{{$production->recovery_plan}}
@if (auth()->user()->can('production-delete')) @endif
@endsection @push('css') @endpush @push('js') @endpush