TENDER
@foreach ($tenders as $key => $tender)
@endforeach
S.No. | Title | Description | Open Date | Close Date | Tender Document |
Advertisement |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $tender->title }} | {{ $tender->description }} | {{ \Carbon\Carbon::parse($tender->open_date)->format('d-m-Y') }} | {{ \Carbon\Carbon::parse($tender->close_date)->format('d-m-Y') }} | Download | {{ $tender->language }} |
@if (!empty($about->top_heading))
{{ $about->title_1 }}
{!! $about->description !!}
{{ $about->top_heading }}
@endif
{{ $about->title_1 }}
{{ $about->title_2 }}
{!! $about->description !!}
{{ $about->heading_1 }}
{{ $about->content_1 }}
{{ $about->heading_2 }}
{{ $about->content_2 }}
{{ $about->heading_3 }}
{{ $about->content_3 }}