@extends('layouts/default')
{{-- Page title --}}
@section('title')
Contact
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
@stop
{{-- breadcrumb --}}
@section('top')
@stop
{{-- Page content --}}
@section('content')
Contact Form
@include('notifications')
@stop
{{-- page level scripts --}}
@section('footer_scripts')
@if (env('GOOGLE_MAPS_API_KEY'))
@endif
@stop