@extends('layouts.app') @push('head-script') @endpush @section('content')
@include('sections.admin_verify_phone')
@csrf @method('PUT')
@lang('messages.passwordNote')
@if ($smsSettings->nexmo_status == 'deactive')
@endif
@endsection @push('footer-script') @endpush