@extends('layouts.app') @section('title', 'Client Product Mapping') @section('content')
Sl No | @if(auth()->user()->user_role_id != 3 && auth()->user()->user_role_id != 4)Customer Name | @endifClient Name | Product Name | Requirements | Status | Action |
---|---|---|---|---|---|---|
{{++$k}} | @if(auth()->user()->user_role_id != 3 && auth()->user()->user_role_id != 4){{(isset($get_mapping_list->getCustomerName['customer_name']) ? $get_mapping_list->getCustomerName['customer_name'] : '')}} | @endif{{(isset($get_mapping_list->getClientName['client_name']) ? $get_mapping_list->getClientName['client_name'] : '')}} | {{(isset($get_mapping_list->getProductName['product_name']) ? $get_mapping_list->getProductName['product_name'] : '')}} | View |
is_active==1) checked @endif>
|
|