@extends('layout.base') @section('page_content')

{{mb_strtoupper($evento->titulo)}} {{$evento->empresa}}
{{ucwords($evento->servicio)}}

{{$evento->descripcion}}

@foreach ($imagenes as $imagen)
@endforeach
@endsection @push('styles') @endpush @push('scripts') @endpush