@extends('front.layout.app') @section('beforeHeadClose') @endsection @section('content') @php $settingArr = settingArr(); @endphp

@php echo adjustUrl($about->heading) @endphp

@php echo adjustUrl($about->excerpt) @endphp
@php echo adjustUrl($about->content) @endphp

Contact us for more information or to arrange a pickup.

Send Us a Message

@csrf
@foreach ($get_all_badges as $badge)
@if($loop->last) @endif {{ $badge->featured_img_alt }} @if($loop->last) @endif
@endforeach
@endsection @section('beforeBodyClose') @endsection