@extends('front.layoutwithout') @section('title','Planes de estudios') @section('sub-title') @section('content')
@csrf
@if($data['plans']->isNotEmpty()) @foreach($data['plans'] as $plan) @endforeach @else @endif
Plan de estudio
{{$plan->name}}
@csrf
No hay planes de estudio.
@csrf
{{ $errors->first('name') }}
@if($data['specialities']->isNotEmpty()) @foreach($data['specialities'] as $specia) @endforeach @else @endif
Especialidades
{{$specia->name}}
@csrf
No hay especialidades.
@endsection @push('css') @endpush @push('js') @endpush