@if(isset($notice->image) && file_exists('storage/thumbs/'.$notice->image) && $notice->show_image == 1)
@endif
@if($notice->start_date)
-
Publish Date:
{{ Helper::formatDate($notice->start_date, 12) }}
@endif
@if($notice->end_date)
-
Submission Date:
{{ Helper::formatDate($notice->end_date, 12) }}
@endif
{!! $notice->description !!}
{{ trans('general.other-tender-notice') }}
@if(isset($latest) && !empty($latest))
@foreach($latest as $item)
@endforeach
@endif