{!! Form::label('display_name','Display Name') !!} {!! Form::text('display_name' , $tier->display_name , ['class' => 'form-control','placeholder' => 'Display Name','required'=>'true']) !!}
{!! Form::label('pricing_name','Pricing Name') !!} {!! Form::text('pricing_name' , $tier->pricing_name , ['class' => 'form-control','placeholder' => 'Pricing Name','required'=>'true' , 'readonly' => ($tier->is_default())? true : false]) !!}
{!! Form::label('price_tier','Display Lowest Price by') !!} {!! Form::select('price_tier' , $p_tiers , $tier->price_tier , ['class' => 'form-control','placeholder' => 'Select','required'=>'true' ]) !!}
@if($tier->id > 0) @endif