{{ __('messages.user.email_notification') }}

{{ Form::open(['id'=>'emailNotificationForm']) }}
{{ Form::checkbox('email_notification', 1, getLogInUser()->email_notification,['class' => 'form-check-input me-5']) }}
{{ Form::button(__('messages.common.save'),['class' => 'btn btn-primary mr-2','id'=>'emailNotificationChange']) }} {{ Form::button(__('messages.common.discard'),['class' => 'btn btn-secondary ms-3','data-bs-dismiss' => 'modal']) }}
{{ Form::close() }}