Format: [Block No./Unit No.][Street Name][#Floor-Unit No.][Postal Code] {!! Form::textarea('address', !empty($address) ? $address : null, ['class' => 'form-control', 'required', 'placeholder' => __('lang_v1.address')]); !!}
Example: Normanton Park (Property Development Name) {!! Form::text('department_name', null, ['class' => 'form-control', 'required', 'placeholder' => __('lang_v1.department_name')]); !!}
Example: Normanton Park (Property Development Name) {!! Form::text('interior_designer_name', null, ['class' => 'form-control', 'required', 'placeholder' => __('lang_v1.interior_designer_name')]); !!}
Example: 9123 4567 {!! Form::text('interior_designer_contact_no', null, ['class' => 'form-control', 'required', 'placeholder' => __('lang_v1.interior_designer_contact_no')]); !!}
Example: Rezt & Relax Interior Design {!! Form::text('interior_designer_firm_name', null, ['class' => 'form-control', 'required', 'placeholder' => __('lang_v1.interior_designer_firm_name')]); !!}
Any delivery instructions/information or access method. {!! Form::text('remarks', null, ['class' => 'form-control', 'required', 'placeholder' => __('lang_v1.remarks')]); !!}
Any outstanding payment to be collected during delivery {!! Form::text('outstanding_payment', null, ['class' => 'form-control', 'required', 'placeholder' => __('lang_v1.outstanding_payment')]); !!}