@extends('user.app') @php $meta_title = trim($cms->meta_title); @endphp @section('pagetitle'){{ ($meta_title) ? $meta_title : $cms->title }}@stop @section('pagedescription') @php $meta_details = trim($cms->meta_details); @endphp @stop @section('pagekeywords') @php $meta_tags = trim($cms->meta_tags); @endphp @stop @php $photos1 =array(); $img_path1 = ''; $img_path2 = ''; if( !empty($cms->image1)) { $photos1 = unserialize( $cms->image1); if(count($photos1)>0) { $img_path1=url('/logo/'.$photos1['image1']); } } @endphp @section('main-content')

Phone / Fax

+91 9748825875

{!! $cms->description2 !!}
{!! $cms->description1 !!}
@include('user/layouts/messages'); {!! Form::open(array('route' => 'contact.store', 'id' =>'conatctadd')) !!}
{{ Form::text('name', null, array('required','placeholder'=>'Please enter your name*' )) }}
{{ Form::email('email',null, array('required', 'placeholder'=>'Please enter your email*' )) }}
{{ Form::text('number', null, array('required','placeholder'=>'Please enter your numbe*' )) }}
{{ Form::textarea('comment', null, array('placeholder'=>'Comment' )) }}
{!! Form::submit('Send Message', array('class'=>'')) !!}
{!! Form::close() !!}
@endsection