@extends('layouts.frontend.app') @section('title', 'Shopping Now') @section('content')
@csrf
@error('otp') {{ $message }} @enderror
@endsection