@extends('welcome') @section('content')

CONTACT US

@if(Session::has('submit-status'))

{{ Session::get('submit-status') }}

@endif
{{ csrf_field() }}
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('message') }}
@stop