@extends('shopify-app::layouts.default') @section('content')
@csrf
@if ($errors->has('firstName')) {{ $errors->first('firstName') }} @endif

Shipping Address

Billing Address

Line Item Properties

Vitamin Name Properties Price Qty Total
Subtotal
@endsection @section('scripts') @parent @endsection