@extends(getTemplate().'.view.layout.layout') @section('title') {{ get_option('site_title','') }} - {{ !empty($category->title) ? $category->title : 'Categories' }} @endsection @section('meta_description',get_option('site_meta_description')) @section('meta_keyword',get_option('site_meta_keyword')) @section('page')
{{ csrf_field() }}
@foreach($contents as $new) @endforeach
LATEST COURSES @if(Auth::check())     |     Courses I Signed Up for     |     Courses I created @endif
{{ $new['title'] }} | {{ currencySign() }}{{ number_format($new['price']) }}
@endsection @section('script') @endsection