@extends('front.layoutwithout') @section('title','Planes de estudios') @section('sub-title') @section('content')
@csrf
{{-- --}} @if($data['cycles']->isNotEmpty()) @foreach($data['cycles'] as $cycle) {{-- --}} @endforeach @else @endif
Plan de estudio
{{$cycle->name}}
@csrf
No hay cyclees de estudio.
@endsection @push('css') @endpush @push('js') @endpush