@extends('template.layoutAdmin', ['activeButton'=>'productos'])
@section('cabecera')
{{ trans('eventos.crearEvento') }}
@endsection
@section('title')
{{ trans('eventos.agregarEvento') }}
@endsection
@section('contenido')
@endsection
@section('js')
@endsection