@extends('layouts.layout') @section('title', 'Cursos') @section('background', asset('img/curso.jpg')) @section('content')

Cursos

Aprende más

Calendario de Cursos

CALENDARIO

Proximos Cursos

@foreach ($courses_present_schedule as $schedule)
{{ $schedule->course->title }}
Bs. {{ $schedule->course->price }}
  • {{ $schedule->date_from->format('d/m/Y') }}
    {{ date('h:i A', strtotime($schedule->time_start)) }} a {{ date('h:i A', strtotime($schedule->time_end)) }}
  • Leer Más
@endforeach

Cursos Pasados

@endsection