{!! Form::open(['name'=>'editProjBOQFrm', 'id'=>'editProjBOQFrm', 'route' => 'projects.update.step4', 'method' => 'post', 'files' => true]) !!} {!! Form::hidden('project_id',$project->id) !!}
@php $i = 0; @endphp @if(!empty($boqs_data)) @foreach($boqs_data as $key => $boq) @php $i++; @endphp @endforeach @else @endif
Sr No Title Document Notes Template
{{ $i+1 }} @if( isset($boq['document_path']) && !empty($boq['document_path']) )
{{ $boq['document_name'] }} {!! showOfficeFile(asset('storage/'.$boq['document_path'].'/'.$boq['document_name']), $boq['document_name']) !!}
@endif
{{ $i+1 }}  
{!! Form::close() !!}