{!! 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::hidden('neer_sea', 0, ['class' => 'form-check-input']) !!} {!! Form::checkbox('neer_sea', '1', null, ['class' => 'form-check-input']) !!} {!! Form::label('neer_sea', __('models/attemptChargeWallets.fields.neer_sea').':', ['class' => 'form-check-label'])
{!! 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::hidden('type_id', 0, ['class' => 'form-check-input']) !!} {!! Form::checkbox('type_id', '1', null, ['class' => 'form-check-input']) !!} {!! Form::label('type_id', __('models/attemptChargeWallets.fields.type_id').':', ['class' => 'form-check-label'])
{!! Form::hidden('state_id', 0, ['class' => 'form-check-input']) !!} {!! Form::checkbox('state_id', '1', null, ['class' => 'form-check-input']) !!} {!! Form::label('state_id', __('models/attemptChargeWallets.fields.state_id').':', ['class' => 'form-check-label'])
{!! 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