@extends('layout.default') @push('styles') @endpush @push('scripts') @endpush @section('content')
@endsection @if(old('curso', Request::get('curso'))) @php $courses = collect(old('curso', Request::get('curso'))) ->flatten() ->map(fn($value) => $value); @endphp @push('scripts') @endpush @endif @push('scripts') @endpush