@extends('layouts.frontend.app') @push('meta') @endpush @section('title', 'Review Products') @push('css') @endpush @section('content')
{{$item->title}}
Qty: {{$item->qty}}
Price: {{$item->price}}
Total Price: {{$item->total_price}}