{!! 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::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::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