{{ __('adminstaticword.PaidPayout') }}
|
#
|
{{ __('adminstaticword.User') }} | {{ __('adminstaticword.Course') }} | {{ __('adminstaticword.OrderId') }} | {{ __('adminstaticword.PayoutDeatil') }} | @foreach($payout as $pay)
|---|---|---|---|---|
| 1 | @if(isset($pay->user)){{$pay->user->fname}}@endif | @if(isset($pay->courses)){{$pay->courses->title}}@endif | >@if(isset($pay->order)){{$pay->order->order_id}}@endif |
{{ __('adminstaticword.TotalAmount') }}: {{$pay->total_amount}}
{{ __('adminstaticword.InstructorRevenue') }}: {{$pay->instructor_revenue}} |