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

Create Budget Sheet


{{ Form::open(['action'=>'Merchandise\BudgetSheetController@store','method'=>'POST', 'class'=>'form-horizontal','enctype'=>'multipart/form-data']) }}
    @php $i=0; @endphp @foreach($errors->all() as $error)
  • {{ ++$i }} {{ $error }}
  • @endforeach
@include('merchandising.budget_sheet.basic-info')
@include('merchandising.budget_sheet.fabric-content')
{{--//Start short-course-information added by Ahmed--}}
@include('merchandising.budget_sheet.appointed-trims')
{{--//Start short-course-information added by Ahmed--}}
@include('merchandising.budget_sheet.other-trims')
{{--//Start short-course-information added by Ahmed--}}
@include('merchandising.budget_sheet.other-cost')
{{ Form::close() }}
  @stop @section('style') @stop @section('plugin') @stop @section('css') @endsection @section('script') @stop