@extends('web.layout.master') @section('title', 'Welcome! | House Runs For Me') @section('contact-active','active') @section('content') @include('web.pages.navbar') {{--
--}}
{{--

How can
House Runs For Me help You?

--}}

Thank you for getting in-touch

{{--
We'd love to talk about how we can help you.
--}}
@if (Session::get('status')) @endif

Whether you have questions or you would just like to say hello, we look forward to hearing from you

{{--

Tell us about yourself

Whether you have questions or you would just like to say hello, contact us.

--}}
@csrf
{{ $errors->first('full_name') }}
{{ $errors->first('email') }}
{{ $errors->first('subject') }}
{{ $errors->first('Phone_number') }}
{{ $errors->first('message') }}
@endsection