@extends('backend.layouts.app') @section('content')
Home / Order
| Product | Participant | Quantity | Price | ||
|---|---|---|---|---|---|
| {{ $item->name }} | {{ $item->options->student_name }} | {{ $item->qty }} | ${{ $item->subtotal }} | ||
| Subtotal | ${{ Cart::instance('default')->subtotal() }} | ||||
| Tax | ${{ Cart::instance('default')->tax() }} | ||||
| Your Total | ${{ Cart::total() }} |