/home/techb158/ileadtechnology.com/resources/views/instructor/revenue
Edit: /home/techb158/ileadtechnology.com/resources/views/instructor/revenue/pending.blade.php (2010B)
@extends('admin/layouts.master')
@section('title', 'All Pending Payouts - Instructor')
@section('body')
@include('admin.message')
| # |
{{ __('adminstaticword.User') }} |
{{ __('adminstaticword.Course') }} |
{{ __('adminstaticword.TransactionId') }} |
{{ __('adminstaticword.TotalAmount') }} |
{{ __('adminstaticword.Delete') }} |
@foreach($payout as $pay)
|
{{$pay->user->fname}} |
{{$pay->courses->title}} |
{{$pay->order->order_id}} |
{{$pay->instructor_revenue}} |
|
@endforeach
@endsection