@extends('user.layouts.app') @section('body_class', 'tender') @section('content')
| Sl. No. | Notice Date | Tender Date | Tender Last Submission Date | Description | Download Pdf | View Image |
|---|---|---|---|---|---|---|
| No data found | ||||||
| {{ $i }} | {{ optional($tender->notice_date)->format('d-m-Y') }} | {{ optional(($tender->tender_date))->format('d-m-Y') }} | {{ optional($tender->tender_last_submission_date)->format('d-m-Y') }} | {{ $tender->description }} | @if(!empty($tender->file_upload_pdf)) View PDF @else N/A @endif |
@if(!empty($tender->file_upload_image))
|