@extends('layouts._front.dashboard_manager') @section('content') {!! Form::open(array('url' => '/', 'method' => 'post', 'class' => '','id'=>'profile_edit_form', 'onsubmit'=>'return false')) !!} Promo Code {!! Form::label('promo_code', 'Promo Code',array('class'=>'lbl table-text light' )); !!} {!! Form::text('promo_code',$manager->fldManagerPromoCode,array('id'=>'promo_code','class'=>'text black','disabled'=>'disabled')) !!} {!! Form::close() !!} @stop @section('headercodes') @stop @section('extracodes') {{-- */ /* */ /* --}} @stop