@extends('front.layout.master') @section('content') {{ __('confirm_phone_number') }} {!! __('enter_code', ['phone' => $phone]) !!} @method('post') @csrf تأكيد {{-- لديك حساب بالفعل لاكشيت ؟--}} {{ __('resend_code') }} @endsection @push('js') @endpush
{!! __('enter_code', ['phone' => $phone]) !!}
{{-- لديك حساب بالفعل لاكشيت ؟--}} {{ __('resend_code') }}