@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(S/L) | @translate(Instructor Name) | @translate(Amount) | |||
|---|---|---|---|---|---|
| {{ ($loop->index+1) + ($instructors->currentPage() - 1)*$instructors->perPage() }} | {{ $instructor->name }} | View | |||
|
|||||