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

Contact HackerPair

Your message will be delivered to our clandestine team

@endsection @section('content')
  • Group 9
  • Classified
  • Classified
  • support@hackerpair.com

Send us your questions, comments, and suggestions and someone will be in touch within 24 hours.

{!! Form::open(['route' => 'contact.store']) !!}
{!! Form::label('name', 'Your Name') !!} {!! Form::text('name', null, ['class' => 'form-control']) !!}
{!! Form::label('email', 'E-mail Address') !!} {!! Form::text('email', null, ['class' => 'form-control']) !!}
{!! Form::label('msg', 'Message') !!} {!! Form::textarea('msg', null, ['class' => 'form-control']) !!}
{!! Form::submit('Submit', ['class' => 'btn btn-info']) !!} {!! Form::close() !!}
@endsection