{!! Form::label('name', __('models/attemptChargeWallets.fields.name').':') !!}
{!! Form::text('name', null, ['class' => 'form-control','maxlength' => 255,'maxlength' => 255,'maxlength' => 255]) !!}
{!! Form::label('number_of_chalet', __('models/attemptChargeWallets.fields.number_of_chalet').':') !!}
{!! html()->number('number_of_chalet', null)->class('form-control') !!}
{!! Form::label('description', __('models/attemptChargeWallets.fields.description').':') !!}
{!! html()->textarea('description', null)->class('form-control') !!}
{!! Form::label('check_in_time', __('models/attemptChargeWallets.fields.check_in_time').':') !!}
{!! html()->text('check_in_time', null)->class('form-control')${5:->id('')} !!}
{!! Form::label('check_out_time', __('models/attemptChargeWallets.fields.check_out_time').':') !!}
{!! html()->text('check_out_time', null)->class('form-control')${5:->id('')} !!}
{!! Form::label('lat', __('models/attemptChargeWallets.fields.lat').':') !!}
{!! html()->number('lat', null)->class('form-control') !!}
{!! Form::label('lng', __('models/attemptChargeWallets.fields.lng').':') !!}
{!! html()->number('lng', null)->class('form-control') !!}
{!! Form::label('meters', __('models/attemptChargeWallets.fields.meters').':') !!}
{!! Form::text('meters', null, ['class' => 'form-control','maxlength' => 255,'maxlength' => 255,'maxlength' => 255]) !!}
{!! Form::label('created_by_id', __('models/attemptChargeWallets.fields.created_by_id').':') !!}
{!! html()->number('created_by_id', null)->class('form-control') !!}
{!! Form::label('created_on', __('models/attemptChargeWallets.fields.created_on').':') !!}
{!! html()->text('created_on', null)->class('form-control')${5:->id('created_on')} !!}
@push('page_scripts')
@endpush