@include('frontend.layouts.master') @php $protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') || $_SERVER['SERVER_PORT'] == 443 ? 'https://' : 'http://'; $CurPageURL = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; $url = $CurPageURL; // dd($_SERVER['REQUEST_URI']); // dd($url); $pageBanner = \App\Models\PageSlider::banner($url); @endphp @if (!empty($pageBanner))
@if ($pageBanner->top_heading ?? '')
{{ $pageBanner->top_heading }}
@endif

{{ $pageBanner->title }}

@if ($pageBanner->description)

{{ $pageBanner->description }}

@endif
@endif

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) && $about->count() > 0)
@if (!empty($about->top_heading))
{{ $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 }}

@endif --}} @include('frontend.layouts.footerbar')