@include('layouts.header')
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone') }}
{{ $errors->first('address') }}
{{ $errors->first('city') }}
{{ $errors->first('state') }}
{{ $errors->first('post_code') }}