@extends('Web.Layout.layout') @section('title', __('setting.setting_reset_pwd')) @section('css') @endsection @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
Logo

{{ __('dashboard.VerifyOtp_title') }}

{{ __('dashboard.VerifyOtp_subtitle') }}

{{ __('dashboard.VerifyOtp_text') }}

{{ csrf_field() }} @if (isset($_GET['id'])) @endif @if (isset($_GET['slug'])) @endif
{{-- modal --}} @section('js') @if (isset($popup) && $popup == '1') @endif @endsection @endsection