@extends('layouts.app') @section('title', 'Client Product Cost') @section('content')
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>
|
|