@extends('layouts.index') @section('estilos') @stop @section('menu') @if ($ind == "s") @include('menu.soporte') @else @include('menu.recuperacion') @endif @stop @section('content')

{{'Orden de Trabajo Folio : '.$orden->folio}}

@foreach ($eventos as $evento)

{{'Fecha: '.date('d-m-Y',strtotime($evento->fecha))." - Hora: ".date('H:i',strtotime($evento->fecha))." - ".$evento->detalle}}

@endforeach
@csrf
Fecha
Detalle Evento
@if ($ind == "s") @else @endif
@stop @section('scripts') @stop