{{-- Template Name: Contact Template --}} @extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp @include('partials.page-header')
@include('partials.content-page')

Book an Appointment

Address
5640 West Broadway Avenue Minneapolis, MN 55428
Hours
Monday: 9am–8pm
Tuesday: 9am–8pm
Wednesday: 9am–4pm
Thursday: 9am–4pm
Friday: 9am–2pm
Saturday: Closed
Sunday: Closed
@if($company_information->phone_number)

Call Us
phone_number) !!}"> {!! $company_information->phone_number !!}

@endif
@if($company_information->text_number)

Text
text_number) !!}"> {!! $company_information->text_number !!}

@endif
Get Directions
@endwhile @endsection