@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop @section('styles') @stop {{-- Content --}} @section('content')

filter_vintage {{ $title }}

{{ trans('event.name') }} {{ trans('event.owner') }} {{ trans('event.date') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @stop