@extends('layouts.app') @push('head') @endpush @section('content')
@can('calendario-firmante.edit') Simple Rango
@endcan
@can('calendario-firmante.edit')
@endcan
@{{ currentEvent.title }}
@{{ currentEvent.start.format('dddd, DD MMMM') }}
@{{ currentEvent.data.user.name }}
@{{ currentEvent.data.nota }}
@endsection @push('pre-scripts') @endpush