@extends(Auth::check() && Auth::user()->role->layout == 1 ? 'layouts.admin' : 'layouts.employee') @section('head') @endsection @section('content')

{{trans('general.evento')}}

{{trans('general.nuevo')}} {{trans('general.evento')}}

{!! Form::open(['url' => 'events', 'files' => 'true']) !!} @include('events.form') {!! Form::close() !!}
@endsection @section('foot') @endsection