@extends('master') @section('content')
{{-- breadcum --}} {{-- From --}}
@csrf
@if ($errors->has('phone_otp'))
{{ $errors->first('phone_otp') }}
@endif
@if ($errors->has('email_otp'))
{{ $errors->first('email_otp') }}
@endif
{{-- --}}
@endsection @push('footer-script') @endpush