@extends('layouts.fixed') @section('title','WELL-GROUP') @section('content')

Marchandiser Target Cost Sheet


{{ Form::open(['url'=>['commercial/view-acctual-cost-breakdown-sheet-update',$cost_breakdown->id],'method'=>'patch','files'=>true]) }}
    @php $i=0; @endphp @foreach($errors->all() as $error)
  • {{ ++$i }} {{ $error }}
  • @endforeach
{{ Form::hidden('mcd_cbd_id',$cost_breakdown ? $cost_breakdown->mcd_cbd_id : '',['class'=>'form-control','placeholder'=>'Country']) }} @include('merchandising.product-cost-sheet.edit-basic-info')
@include('merchandising.product-cost-sheet.edit-fabric-content')
{{--//Start short-course-information added by Ahmed--}}
@include('merchandising.product-cost-sheet.edit-appointed-trims')
{{--//Start short-course-information added by Ahmed--}}
@include('merchandising.product-cost-sheet.edit-other-trims')
{{--//Start short-course-information added by Ahmed--}}
@include('merchandising.product-cost-sheet.edit-other-cost')
{{ Form::button('UPDATE ',['class'=>'far fa-save fa-3x btn btn-success','type'=>'submit']) }}
{{ Form::close() }}
  @stop @section('style') @stop @section('plugin') @stop @section('css') @endsection @section('script') @stop