@extends('layouts.app') @push('css') @endpush @section('content')

Detalle del QR

{{ $qr->name.' '.$qr->a_paterno.' '.$qr->a_materno }}
Descargar

{{ $qr->name.' '.$qr->a_paterno.' '.$qr->a_materno }}

@if ($qr->telefono != null)
Teléfono

{{ $qr->telefono }}

@endif @if ($qr->email != null)
Email

{{ $qr->email }}

@endif
@if ($qr->empresa != null)
Empresa

{{ $qr->empresa }}

@endif @if ($qr->direccion != null)
Dirección

{{ $qr->direccion }}

@endif
@endsection @push('scripts') @endpush