@extends('layouts.app') @section('content')
Guías Generadas
@php $link = false; @endphp @if (session()->has('pdf_info'))

Descargar Guía PDF (Click)

Ref. {{ session('pdf_info')->numero_de_guia }}

@php $link = true; @endphp @endif
@foreach($labels AS $label) @php $creacion = date('d-m-Y H:m:i', strtotime($label->created_at)); @endphp @endforeach
ID ID USUARIO NÚMERO DE GUÍA CREACIÓN PDF
{{ $label->id }} {{ $label->id_user }} {{ $label->guia }}{{ $creacion }} Descargar
{!! $labels->render() !!}
@endsection @section('content-js') @endsection