@extends('layouts.public') @section('title', 'Contact Us') @section('content')
@include('spark::shared.errors')
{{ csrf_field() }}
Contact Us
@stop