@extends('layouts.inspinia.app') @section('title', 'Detalle Asignacion') @section('titulopagina', 'Detalle Asignacion') @section('content')

Detalle Asignacion

{{ $despacho->cod_cliente }}
{{ $despacho->nombre }}
{{ $despacho->direccion }}
{{ $despacho->telefono }}
{{ $agencia[0]->nom_agencia }}
{{ date('d/m/Y H:i', strtotime($despacho->fh_sys)) }}
@foreach ($eventotraza as $r)

Traza

{{ date('d/m/Y H:i', strtotime($r->fh_sys)) }}
{{ $r->estados->descripcion }}
@endforeach @endsection