@extends('layouts.app') @push('plugin-styles') @endpush @section('content')
| Cuándo | Quién / Qué | Dónde | Acciones |
|---|---|---|---|
| {{\Carbon\Carbon::create($item->fecha_hora)->format("d/m/Y h:i:s a")}} | {{substr($item->descripcion, 0, 60)}}@if(strlen($item->descripcion) > 60) ... @endif | {{$item->sedes->sede}} |
{!! Form::open(['route' => ['agenda.destroy', $item->id], 'method'=>'DELETE','id' => 'formdelete']) !!}
{!! Form::close() !!}
|