@extends('layouts.fdhl') @section('title') @if(isset($widgets)) @if($widgets['contact-us']['status']==1) {{$widgets['contact-us']['meta_title']}} @endif @endif @endsection @section('description') @if(isset($widgets)) @if($widgets['contact-us']['status']==1) {{$widgets['contact-us']['meta_description']}} @endif @endif @endsection @section('keywords') @if(isset($widgets)) @if($widgets['contact-us']['status']==1) {{$widgets['contact-us']['meta_keywords']}} @endif @endif @endsection @section('content')

@if($widgets['contact-us']['status']==1) {{$widgets['contact-us']['title']}} @endif

@include('inc.messages')

Contact Form


Send an Email. All fields with an asterisk (*) are required.


{!! Form::open(['action','contactuscontroller@send','id'=>'contact-form','role'=>'form','enctype'=>'multipart/form-data']) !!}
{!! Form::label("name","Name *") !!} {!! Form::text("name",null,["class"=>"form-control".($errors->has('name')?" is-invalid":"") ,"autofocus" ,"placeholder"=>"Enter Name here" ,"required"]) !!}
{!! Form::label("email","Email *") !!} {!! Form::email("email",null,["class"=>"form-control","type"=>"email".($errors->has('email')?" is-invalid":"") ,"autofocus" ,"placeholder"=>"Enter Email here" ,"required"]) !!}
{!! Form::label("subject","Subject *") !!} {!! Form::text("subject",null,["class"=>"form-control".($errors->has('subject')?" is-invalid":"") ,"autofocus" ,"placeholder"=>"Enter Subject here" ,"required"]) !!}
{!! Form::label("description","Message *") !!} {!! Form::textarea('description',null, array('class'=>'form-control', 'rows' => 10, 'cols' => 50)) !!}
@if(env('GOOGLE_RECAPTCHA_SITE_KEY'))
@endif
{{ Form::button(' Send Email', ['type' => 'submit', 'name'=>'btnSave', 'class' =>'btn btn-primary btn-send'] ) }}
{{ Form::close() }}

FDHL Contact




Contact


  •    Silver Square Plaza, Plot#15,Street # 73,Mehr Ali Road,
  •    F-11 Markaz,
  •    Islamabad,
  •    Pakistan,
  •          Toll Free: 00800-SMART (76278)
  •          UAN:+92 51 111 444 475
  •          Tel:+92 51 2224301 - 04
  •          Email:sales@fdhlpk.com
@endsection