@extends('layouts.landing') @section('head') @include('layouts._partials.tablaStyle') @endsection @section('title',"Inicio") @section('content')
Prospectos
@can('alumno.create') @endcan
@forelse ($alumnos as $alumno) @foreach ($alumno->alumnos as $prospect)
{{ $alumno->name }}
And some small print.
@endforeach @empty
Sin elementos

Agrega un alumno...
@endforelse
@livewire('data-prospecto')
@livewire('modal-prospecto')
@endsection @section('scripts') @include('layouts._partials.tablaScript') @include('layouts._partials.delete') @endsection