{{ __('Document') }}

@include('estimate.menu')

Project Documents

@csrf
   UPLOAD PROJECT DOCUMENTS ( PDF / Excel / Zip )
@if (!empty($documents)) @php $sr_no = 1; @endphp @foreach ($documents as $doc_row) @endforeach
{{ $sr_no++ }} {{ $doc_row['DocumentName'] }} {{ $doc_row['FileRemark'] }}   
@endif
   UPLOAD PROJECT IMAGES
@if (!empty($images)) @php $sr_no = 1; @endphp @foreach ($images as $img_row) @endforeach
Sr. No. Image Remark Name Action
{{ $sr_no++ }} {{ $img_row['ImageRemark'] }} {{ $img_row['DocumentName'] }}
  
@endif

@if (env('ORG') == 'STEM') @if ($row->ProjectCreateMethod == 'Temporary_Estimate' || $row->RequiredDTP == 'No')
@else
@endif @else
@endif