@extends('seller.layout.index') @section('title') تایید شماره موبایل @endsection @section('style') @endsection @section('script') @endsection @section('content')

تایید شماره موبایل

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ implode(', ', $errors->all()) }}
@endif
@csrf
@error('otp') {{ $message }} @enderror
@csrf
@endsection