@extends('layouts.app') @section('title') @endsection @section('content')
Access URL: {{ $shareData->Title ? $shareData->Title :null }}
Back
{{--
OTP has been send mobile Number +91{{ isset($sendOtp->mobileNo) ? $sendOtp->mobileNo :null}}
--}} @if (Session::has('otperror'))
{{ Session::get('otperror') }}
@endif @if (Session::has('otpsend'))
{{ Session::get('otpsend') }}
@endif
@csrf
@error('otp')
{{ $message }}
@enderror
@endsection