@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.Update') @lang('layout.ProjectGlassDetail')
{{Form::open(['route' => ['glassDetail.update',$selected_project->id],'method' => 'PATCH','class' => 'form-horizontal','id'=>'glass-form'])}} {{ csrf_field() }}

# @lang('layout.ItemName') @lang('layout.SiteName') @lang('layout.WindowType') @lang('layout.Width') @lang('layout.Height') @lang('layout.Quantity') @lang('layout.Measure') @lang('layout.SpeserSize') @lang('layout.Description')
@{{index+1}}

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