@extends('layouts.main') @section('title', 'New Subscription') @section('content') @push('head') @endpush

{{ __('Subscription Information')}}

Shipping Address

@if ($errors->has('files')) @foreach ($errors->get('files') as $error) {{ $error }} @endforeach @endif

{{ __('List of Products to Subscribe')}}

Action Image SKU Product Name Qty Retail Price Amount
@push('script') @endpush @endsection