@extends('web.layout.default') @section('page_title') | {{ trans('labels.my_profile') }} @endsection @section('content')
@include('web.layout.usersidebar')

{{ trans('labels.my_profile') }}

@csrf

{{ trans('labels.alert_settings') }}

  • @if (@helper::checkaddons('otp')) {{ trans('labels.mobile') }} @else {{ trans('labels.email') }} @endif
    is_mail == 1 ? 'checked' : '' }}>
  • @if (@helper::checkaddons('otp')) {{ trans('labels.keep_on_recieve_mobile') }} @else {{ trans('labels.keep_on_recieve_email') }} @endif

{{ trans('labels.change_password') }}

@csrf
@include('web.subscribeform') @endsection @section('scripts') @if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @endsection