@extends('frontend.student-dashboard.layouts.master') @section('dashboard-contents')
# | {{ __('Item') }} | {{ __('by') }} | {{ __('Price') }} |
---|---|---|---|
{{ $loop->iteration }} | {{ $item->course->title }} |
{{ $item->course->instructor->name }}
{{ $item->course->instructor->email }} |
{{ $item->price * $order->conversion_rate }} {{ $order->payable_currency }} |