@extends('layouts.dashboard_layout') @section('title', 'QR') @section('head') @endsection @section('content')














@if(isset($qrCode))
Imagen de QR
@if(isset($logoPath)) Logo @endif @if(isset($nombre))

{{ $nombre }}

@endif
@else Imagen de QR @endif
@endsection @section('scripts') @include('partials.scripts') @endsection