@extends('layouts.app') @section('content')

Contact Us

Contact Us Form

Fill the form regarding any query.

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

Our Address

Some Ave, 987,
23890, New York,
United States.

Email: hello@solidtheme.com
Tel: +34 8493-4893

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.

@endsection