@extends('layouts.student') @section('pageTitle','') @section('innerTitle','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('student.dashboard')=>__lang('dashboard'), '#'=>$pageTitle ]]) @endsection @section('content')
{{ 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