@extends('layout.index')
@section('seo')
{{-- Title --}}
{{-- Description --}}
{{-- Keywords --}}
@if($oferta->seo_keywords)
@endif
{{-- Meta --}}
{{-- Image --}}
@if($oferta->og_image)
@elseif($oferta->imagen_listado)
@endif
{{-- Canonical --}}
{{-- Schema --}}
@if($oferta->schema_json)
@endif
@endsection
@section('content')
@include('pages.oferta-academica.partials.hero')
@include('pages.oferta-academica.partials.objetivo')
@include('pages.oferta-academica.partials.perfiles')
@include('pages.oferta-academica.partials.requisitos')
@include('pages.oferta-academica.partials.plan_estudios')
@include('pages.oferta-academica.partials.campos_clinicos')
@include('pages.oferta-academica.partials.formulario')
@include('pages.home.sections.alianzas')
@push('after-css')
@endpush
@push('scripts')
{!! $oferta->custom_body_code !!}
@endpush
@endsection