@extends('layouts.front_app')
@section('content')
About Us
{{--
Welcome to--}}
{{-- theSandy's 4PAWS
--}}
{{-- Care by the Beach
--}}
{{--
Book A rESERVATION--}}
{{ $data['section1_heading'] ?? '' }}
{{ $data['section1_title'] ?? '' }}
{{ $data['section2_heading'] ?? '' }}
{{ $data['section2_title'] ?? '' }}
@include('front.include.contact-form')
@endsection