@extends('_version_02.utility_charges.mobile_apps_light.layouts.main') @section('content') {!! Form::model($model, ['class'=>'form-horizontal',"files"=>true]) !!}
Bill Payment


Payment receipt will be sent to your mailbox.

@if($company['is_top_up_with_predefined_value'] == 0) @else {!! Form::select('top_up_amount_txt', App\Company::getTopUpCombobox($company['id']), null, ['class'=>'form-control','autofocus','required','autocomplete']) !!} @endif
{!! Form::close() !!} @endsection @section('script') @endsection