@extends('frontend.layout') @section('content')

Eventos presenciales

AÑO:
MES:
DISTRITO:
@foreach($epresenciales as $ep)
@if($ep->tiposPresencial()->url_imagen_generado_desktop!=null) @endif
Capacitación Técnica del acero

{{$ep->tema->nombre}}

  • {{$ep->tiposPresencial()->niceDate}}
  • {{$ep->tiposPresencial()->lugar}}, {{$ep->tiposPresencial()->direccion}} {{$ep->tiposPresencial()->direccion}}, @isset($ep->tiposPresencial()->distrito) {{$ep->tiposPresencial()->distrito->nombre}} @else @endisset

Ver más
@endforeach
@if($paginate)
@endif
@endsection @section('scripts')