@extends('front.layout.app') @section('beforeHeadClose')
{!! $get_single_visual->content !!}

All the news

@foreach ($blogData as $blogsValues)
@if (!empty($blogsValues['featured_img']) && file_exists(storage_uploads('blog/' . $blogsValues['featured_img']))) {{ $blogsValues['featured_img_alt'] }} @else {{ $blogsValues['featured_img_alt'] }} @endif

@php echo $blogsValues['title']; @endphp

@endforeach

Download PDF

Contact Us

Let's start a conversation. Email Us!

Call Us Today 404-990-3232
@endsection