@extends('website.layouts.master') @section('site_title')حذف الحساب - @endsection @section('content') حذف الحساب حتى تتمكن من حذف حسابك, يرجى كتابة رقم الجوال ورمز التحقق المُرسل لرقمك @csrf @php $current_phone = Auth::guard('web')->check()? ('0' . Auth::guard('web')->user()['phone']) : null; @endphp رقم الجوال @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif رمز التفعيل @if ($errors->has('token')) {{ $errors->first('token') }} @endif حذف الحساب @endsection @push('page_level_style') @endpush
حتى تتمكن من حذف حسابك, يرجى كتابة رقم الجوال ورمز التحقق المُرسل لرقمك