@extends('layouts.dmeadmin.newmaster') @section('user_manage') active @endsection @if($catchcururl == 'ashorelisting') @section('ashore_manage') @else @section('others_manage') @endif active @endsection @section('content')
{{ Form::open(array('class'=>'form')) }}
{{ Form::text('email', @$input['email'], array('class'=>'form-control','placeholder'=>'Email')) }}
{{ Form::close() }}