@php $VerEditor = auth()->user()->can('Eventos - Editor') @endphp @if($VerEditor) @extends('layouts/app') @section('tituloModulo', 'DATOS DEL EVENTO') @section('contenido')
@csrf
@if ($datos->imagen_even) Evento @else Evento @endif
{!! $datos->decripcion_even !!}
@if ($datos->banner_even) Banner @else Banner @endif
Boletos
@endsection @endif