@extends('layouts.main') @section('title', 'RX Subscribe') @section('content') @push('head')
@endpush
{{ __('My Subscriptions')}}
{{ __('Manage Subscriptions')}}
RX Services
Rx Subscribe
{{ __('Subscription')}}
{{ __('Name of Subscription') }}
{{ __('First Delivery Date')}}
{{ __('Monthly Subscription')}}
3 Months
6 Months
9 Months
1 Year
2 Years
3 Years
{{ __('Payment Method')}}
Bank Transfer
GCash
Pay in Store
{{ __('RX Products')}}
@foreach($products as $pro)
{{ $pro->product_name }} - PHP{{ $pro->retail_price }}
@endforeach
Selected Product/s
Additional Note/Comments
Upload Prescription Photo
{{ __('Submit')}}
{{ __('Cancel')}}
@endsection