{!! 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').':') !!} {!! Form::number('number_of_chalet', null, ['class' => 'form-control']) !!}
{!! Form::label('description', __('models/attemptChargeWallets.fields.description').':') !!} {!! Form::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').':') !!} {!! Form::text('check_in_time', null, ['class' => 'form-control']) !!}
{!! Form::label('check_out_time', __('models/attemptChargeWallets.fields.check_out_time').':') !!} {!! Form::text('check_out_time', null, ['class' => 'form-control']) !!}
{!! Form::label('lat', __('models/attemptChargeWallets.fields.lat').':') !!} {!! Form::number('lat', null, ['class' => 'form-control']) !!}
{!! Form::label('lng', __('models/attemptChargeWallets.fields.lng').':') !!} {!! Form::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').':') !!} {!! Form::number('created_by_id', null, ['class' => 'form-control']) !!}
{!! Form::label('created_on', __('models/attemptChargeWallets.fields.created_on').':') !!} {!! Form::text('created_on', null, ['class' => 'form-control','id'=>'created_on']) !!}
@push('page_scripts') @endpush