@extends('layouts.app') @section('title', 'Product Deliverables Mapping') @section('content')
@include('settings.common_tabs')
@forelse($lists as $k=> $list) @empty @endforelse
Sl No Product Name Deliverable Optional / Mandatory Status Action
{{++$k}} {{$list->getproductname['product_name']}} {{$list->getdeliverablename['deliverable_name']}} {{($list->optional_or_mandatory == 1)?'Optional': 'Mandatory'}}
is_active==1) checked @endif>