@extends('layouts.newbloglayout', ['title' => 'Contact Us', 'desc' => 'MySeaTime Contact Us', 'detailurl' => Config::get('site.url')."/contactus"]) @section('class_act_contactus') active @endsection @section('content')

Get in Touch

{{ Form::open(array('id'=>'contact-form','class'=>'form')) }}
{{ Form::text('contact-name', '', array('class'=>'text-field contact-name','placeholder'=>'Name')) }}
{{ Form::text('contact-email', '', array('class'=>'text-field contact-email','placeholder'=>'Email')) }}
{{ Form::select('subject',$subjectlist, '' , array('class'=>'subject selectpicker', 'id'=>'subject')) }}
{{ Form::textarea('contact-msg','', array('class'=>'text-field contact-msg','placeholder'=>'Message', 'rows'=>'3')) }}
{{ Form::close() }}

Contact us

Contact Address
@stop @section('addthisscript') @stop