@extends('layout') @section('title') Sesiones @endsection @section('content')
@if(count($registros)) @foreach($registros as $registro) @endforeach @else @endif
Fecha Sesión Acciones
{{$registro->fechaEvento}} {{$registro->nombreEvento}} check_circle edit_circle delete_forever
Sin registros

@endsection @section('vendor-script') @endsection @push('scripts') @endpush