@extends('layouts.list-corsi')
@section('page-title', __('List of Course'))
@if (setting('registration.captcha.enabled'))
@endif
@section('content')
@foreach($corsi as $corso)
@if($corso->id_categoria==1)
@endif
@endforeach
@foreach($corsi as $corso)
@if($corso->id_categoria==2)
@endif
@endforeach
@stop
@section('scripts')
@stop