@extends('layouts.instructor') @section('breadcrumb')
@endsection @section('content')| {{__('app.image')}} | {{__('app.name')}} | {{__('app.email')}} | {{__('app.course_name')}} | {{__('app.purchase_date')}} | {{__('app.action')}} |
|---|---|---|---|---|---|
| {{ @$orderItem->order->user->name }} | {{ @$orderItem->order->user->email }} | {{ @$orderItem->course->title }} | {{ @$orderItem->created_at->format('d/m/Y') }} |
|