@extends('layouts.student') @section('pageTitle','') @section('innerTitle','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('student.dashboard')=>__lang('dashboard'), '#'=>$pageTitle ]]) @endsection @section('content')
@php foreach($paginator as $row): @endphp
@php if(!empty($row->picture)): @endphp @php else: @endphp @php endif; @endphp

{{ $row->session_name }}

{{ limitLength($row->short_description,300) }}

@php if(setting('general_show_fee')==1): @endphp @php if(empty($row->payment_required)): @endphp {{ __lang('free') }} @php else: @endphp {{ price($row->amount) }} @php endif; @endphp @php endif; @endphp

@php $session = \Application\Entity\Session::find($row->session_id); @endphp
@php foreach($session->sessionInstructors as $instructor): @endphp @php endforeach; @endphp
{{ __lang('details') }}
@php foreach($session->sessionInstructors as $instructor): @endphp @php endforeach; @endphp @php endforeach; @endphp @php // add at the end of the file after the table echo paginationControl( // the paginator object $paginator, // the scrolling style 'sliding', // the partial to use to render the control null, // the route to link to when a user clicks a control link array( 'route' => 'courses', ) ); @endphp

{{ __lang('category') }}

{{ __lang('Filter') }}

{{ formElement($text) }}
{{ formElement($sortSelect) }}
@endsection