@extends('layouts.fixed') @section('title','WELL-GROUP | COST BREAKDOWN SHEET') @section('content')

Cost Breakdown Sheet


{{ Form::open(['action'=>'Merchandise\ProductCostSheetController@store','method'=>'POST', 'class'=>'form-horizontal','enctype'=>'multipart/form-data']) }}
{{--
    @php $i=0; @endphp @foreach($errors->all() as $error)
  • {{ ++$i }} {{ $error }}
  • @endforeach
--}}
@include('merchandising.product-cost-sheet.basic-info')
@include('merchandising.product-cost-sheet.fabric-content')
{{--//Start short-course-information added by Ahmed--}}
@include('merchandising.product-cost-sheet.appointed-trims')
{{--//Start short-course-information added by Ahmed--}}
@include('merchandising.product-cost-sheet.other-trims')
{{--//Start short-course-information added by Ahmed--}}
@include('merchandising.product-cost-sheet.other-cost')
{{ Form::button('SAVE ',['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