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

Cost Breakdown Sheets


@foreach($cost_breakdowns as $cost_breakdown) @endforeach
Country Merchandiser Consumer Product Description Style 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}} {{$cost_breakdown->estimate_qty}} {{$cost_breakdown->created_at}} {{ Form::open(['url'=>['merchandise/product-cost-sheet-delete',$cost_breakdown->id],'method'=>'delete','onsubmit'=>'return confirmDelete()']) }} @can('merchandiser') {{ Form::close() }} @endcan
@stop @section('style') @stop @section('script') @stop @section('plugin') @stop