@extends(getTemplate().'.view.layout.layout') @section('title') {{ get_option('site_title','') }} - {{ trans('main.requests') }} @endsection @section('meta_description',get_option('site_meta_description')) @section('meta_keyword',get_option('site_meta_keyword')) @section('page')
{{ trans('main.request_course') }}
{{ csrf_field() }}
{{ trans('main.category') }}
    @foreach($setting['category'] as $mainCategory)
  • childs as $child) @if(!empty(request()->get('cat')) and in_array($child->id,request()->get('cat'))) class="open" @endif @endforeach> @if(count($mainCategory->childs)>0) @else @endif
  • @endforeach
@if(!empty($list)) @foreach($list as $content)
{{ $content->title ?? '' }}

{!! truncate($content->title,30) !!}

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