@extends('layouts.master') @section('title','Course Index') @section('parentPageTitle', 'All Course') @section('css-link') @include('layouts.include.form.form_css') @stop @section('page-style') @stop @section('content')

@translate(Instructor Earning)

@forelse ($instructors as $instructor) @empty @endforelse
{{ $instructors->links() }}
@translate(S/L) @translate(Instructor Name) @translate(Amount)
{{ ($loop->index+1) + ($instructors->currentPage() - 1)*$instructors->perPage() }} {{ $instructor->name }} View
#No Data Found
@endsection @section('js-link') @stop @section('page-script') @stop