@extends('user.app') @section('main-content')

website launching soon

faculty registration

@include('user/layouts/messages'); {!! Form::open(array('route' => 'facalty.store', 'id' =>'facaltyadd')) !!}

Select*

{{ Form::text('brand_name', null, array('placeholder'=>'Brand Name' )) }}
{{ Form::text('website',null, array('placeholder'=>'Website' )) }}
{{ Form::text('contact_person', null, array('placeholder'=>'Contact Person Name*' )) }}
{{ Form::email('email',null, array('placeholder'=>'Email ID*' )) }}
{{ Form::text('address',null, array('placeholder'=>'Address' )) }}
{{ Form::text('mobile_no',null, array('placeholder'=>'Mobile No*' )) }}
{{ Form::textarea('comment', null, array('placeholder'=>'Comment' )) }}
{!!Form::submit('SEND REQUEST')!!}
{!! Form::close() !!}
@endsection