@extends('layouts.app') @section('title', 'Client Product Mapping') @section('content')
@include('settings.common_tabs')
@if(auth()->user()->user_role_id != 3 && auth()->user()->user_role_id != 4) @endif @foreach($getMappingList as $k=>$get_mapping_list) @if(auth()->user()->user_role_id != 3 && auth()->user()->user_role_id != 4) @endif @endforeach
Sl NoCustomer NameClient Name Product Name Requirements Status Action
{{++$k}} {{(isset($get_mapping_list->getCustomerName['customer_name']) ? $get_mapping_list->getCustomerName['customer_name'] : '')}} {{(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>
 
@endsection