@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| {{trans('labels.title')}} | النوع | الطالب | تاريخ الشراء | نوع العملية | تمت بواسطة | المبلغ | {{trans('labels.action')}} |
|---|---|---|---|---|---|---|---|
|
{{$lecture->title}} @if($order) {{$order->couponObj()->code ?? "" }} @endif |
{{$order->type}} | {{$order->student->name}} | {{$order->created_at}} | {{$order->payment_method}} | {{$order->actionBy->name}} | {{$order->amount}} |