@inject('doc_type_helper', 'App\Helpers\DocumentTypeHelper') {{ html()->modelForm($model->documents, 'POST', route('organization.tender-documents.store'))->id('form-validator')->acceptsFiles()->open() }}
{{ __('table.sn') }} | Document Title | {{--Remarks | --}}Is Required ? | {{ __('table.action') }} | |||||
---|---|---|---|---|---|---|---|---|---|
{{ $loop->index + 1 }}. | {{ $doc->document_title }} | {{--{{ $doc->remarks ?? '-' }} | --}}{{ config('dropdown.yes_no.' . $doc->is_require) }} | ||||||
{{ __('table.no_data') }} |