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

Marchandiser Target Cost Sheet


{{ Form::open(['url'=>['commercial/view-cost-breakdown-sheet-update',$cost_breakdown->id],'method'=>'patch','files'=>true]) }}
    @php $i=0; @endphp @foreach($errors->all() as $error)
  • {{ ++$i }} {{ $error }}
  • @endforeach
@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