@extends('layouts.fixed') @section('title','WELL GROUP | COST BREAK DOWN SHEETS') @section('content')

MCD Cost Breakdown Sheets


@foreach($cost_breakdowns as $cost_breakdown) @php $contact_id = $cost_breakdown->export_contact_no; $contact_no = App\PiDetails::where('id',$cost_breakdown->export_contact_no)->pluck('export_contact_no'); @endphp @endforeach
Country Merchandiser Consumer Product Description Style Contact No Quantity Created At Actions
{{$cost_breakdown->country != null ? $cost_breakdown->country->name : ''}} {{$cost_breakdown->merchandiser_name}} {{$cost_breakdown->consumer_name}} {{$cost_breakdown->product_description}} {{$cost_breakdown->style}}{{ $contact_no }} {{$cost_breakdown->estimate_qty}} {{$cost_breakdown->created_at}}
@stop @section('style') @stop @section('script') @stop @section('plugin') @stop