@extends('layouts.app') @section('title', 'Client Product Cost') @section('content')
@include('settings.common_tabs')
@foreach($getCostList as $k=>$get_cost_list) @endforeach
Sl No Client Name Product Name State County Cost Status Action
{{++$k}} {{(isset($get_cost_list->getClientName['client_name']) ? $get_cost_list->getClientName['client_name'] : '')}} {{(isset($get_cost_list->getProductName['product_name']) ? $get_cost_list->getProductName['product_name'] : '')}} {{(isset($get_cost_list->getState['state_name']) ? $get_cost_list->getState['state_name'] : '')}} {{(isset($get_cost_list->getCounty['county_name']) ? $get_cost_list->getCounty['county_name'] : '')}} $  {{ number_format($get_cost_list->cost,2)}}
is_active==1) checked @endif>
 
@endsection