Edit PRIVILEGE - {{$privilege->name}}
{{Form::open(array('url'=>'merchant/privilege_list/update/'.$privilege->id,'method'=>'POST','role'=>"form",
'files'=>true,'id'=>'adds-add-form'))}}
{{Form::close()}}
Max file size allowed: (50 KB)
Accepted Formats: ( jpeg )
Image dimensions allowed:( 800 x 300 px )
{{ Form::label('title', 'Name of the Privilege(*)',['class' => 'required']) }}
{{Form::text('name',$privilege->name,array('class' => 'required form-control','id' => 'name' ))}}
{{Form::label('Timing','Location',array('class'=>'required'))}}
{{Form::text('location',$privilege->location,array('class' => 'required form-control', 'id' => 'location'))}}
{{ Form::label('title', 'Validity Period*(in Days)',['class' => 'required']) }}
{{Form::text('validity',$privilege->validity,array('class' => 'required numericOnly form-control' , 'id' => 'validity'))}}
{{ Form::label('title', 'Terms & Conditions',['class' => 'required']) }}
{{Form::textarea('terms',$privilege->terms,array('class' => 'required form-control','rows'=>'2'))}}
{{ Form::label('title', 'Contact Number',['class' => 'required']) }}
{{Form::text('mob_no',$privilege->contact_no,array('class' => 'required numericOnly form-control' , 'id' => 'mob_no'))}}
{{ Form::label('title', 'Email ID',['class' => 'required']) }}
{{Form::text('email_id',$privilege->email,array('class' => 'required form-control' , 'id' => 'email_id'))}}
{{ Form::label('title', 'Description of the Privilege(*)',['class' => 'required']) }}
{{Form::textarea('descrp',$privilege->description,array('class' => 'required form-control','rows'=>'2'))}}
{{ Form::label('title', 'Valid From(*)',['class' => 'required']) }}
{{ Form::label('title', 'Valid Till(*)',['class' => 'required']) }}
{{ Form::label('title', 'Valid on the following days(*)',['class' => 'required']) }}