@extends('layouts.fixed') @section('title','WELL GROUP | COST BREAK DOWN SHEETS') @section('content') MCD Cost Breakdown Sheets Home Cost Breakdown Sheets Country Merchandiser Consumer Product Description Style Contact No Quantity Created At Actions @foreach($cost_breakdowns as $cost_breakdown) {{$cost_breakdown->country != null ? $cost_breakdown->country->name : ''}} {{$cost_breakdown->merchandiser_name}} {{$cost_breakdown->consumer_name}} {{$cost_breakdown->product_description}} {{$cost_breakdown->style}} @php $contact_id = $cost_breakdown->export_contact_no; $contact_no = App\PiDetails::where('id',$cost_breakdown->export_contact_no)->pluck('export_contact_no'); @endphp {{ $contact_no }} {{$cost_breakdown->estimate_qty}} {{$cost_breakdown->created_at}} @endforeach @stop @section('style') @stop @section('script') @stop @section('plugin') @stop