@inject('document_type_helper', 'App\Helpers\DocumentTypeHelper')
Please click into below list to add in required documents list
{{ html()->modelForm($model->documents, 'POST', route('organization.tender-documents.store'))->id('form-validator')->acceptsFiles()->open() }}
    @php $d = 0; @endphp @foreach ($document_type_helper->tenderDocument($model->lang ?? 'en')['collection'] as $docs)
  • {{ $loop->index + 1 }}. {{ $docs }}
  • @endforeach
Required Documents Types
{{ html()->closeModelForm() }}