{{ html()->modelForm($model->documents, 'POST', route('organization.tender-evaluation-criterias.store'))->id('evaluation-form-validator')->acceptsFiles()->open() }}
{{ __('table.sn') }} | Criteria Title | Marks | Remarks | {{ __('table.action') }} | |||||
---|---|---|---|---|---|---|---|---|---|
{{ $loop->index + 1 }}. | {{ $criteria->criteria }} | {{ $criteria->marks }} | {{ $criteria->remarks ?? '-' }} | ||||||
{{ __('table.no_data') }} | |||||||||
Total | {{$total}} |