@extends('layouts.app') @section('style') @stop @section('content') @include("layouts.Cmodal")
@if (count($errors) > 0)

Whoops! There were some problems with your input

@endif
@lang('layout.AddNewAssembly') @lang('layout.Number'): @{{(!selected_project)?null:selected_project.number}} | @lang('layout.Type'): @{{(!selected_project)?null:selected_project.type}}
{{Form::open(['route' => ['itemAssembly.update',$projectItem->id],'method' => 'PATCH','class' => 'form-horizontal','id'=>'assembly-form'])}} {{ csrf_field() }}

# @lang('layout.CategoryName') @lang('layout.ItemName') @lang('layout.SiteName') @lang('layout.Width') @lang('layout.Height') @lang('layout.Quantity') @lang('layout.OnHand') @lang('layout.Measure') @lang('layout.Description')
@{{index+1}} @{{myRound((item.item==null)?null:projectItemQuantity(item.item,item.item.quantity,item.item.width,item.item.height))}}

@lang('layout.Cancel')
{!! Form::close() !!}
@endsection @push('scripts') @endpush