@extends('view.layout.layout') @section('title') {{{ get_option('site_title','') }}} - {{{ trans('main.requests') }}} @endsection @section('page')
{{{ trans('main.request_course') }}}
{{{ trans('main.category') }}}
    @foreach($setting['category'] as $mainCategory)
  • childs as $child) @if(isset($_GET['cat']) && in_array($child->id,$_GET['cat'])) class="open" @endif @endforeach> @if(count($mainCategory->childs)>0)
  • @else @endif @endforeach
@if(!empty($list)) @foreach($list as $content)
@if($content->content_id != null) @else @endif

{!! str_limit($content->title,30,'...') !!}

@endforeach @endif
@endsection @section('script') @endsection