@extends('layouts.main-app') @section('title', 'Subscription') @section('content') @include('layouts.navbar')
@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Subscription Preferences

Manage your subscription for regular delivery for your favorite products.

Full Name
Email Address
Phone Number
Date to receive the first order

Delivery Frequency Options

Order Placement

Enter product details such as Product Name, Brand/Generic Name, and Strength or Size

Upload Prescription

Acceptable file types: JPG, JPEG, PNG, PDF, max size: 25 mb

Drag and Drop file
or

Upload a valid ID or certificate to avail of exclusive discounts for PWD and Senior Citizens.

Acceptable file types: JPG, JPEG, PNG, PDF, max size: 25 mb

Drag and Drop file
or

@include('layouts.footer') @endsection