@extends('layouts.dashboard_layout') @section('title', 'QR') @section('body-class', 'proyecto') @section('content')
@foreach ($qr as $item) @endforeach
# Nombre
{{ $item->id }} @if (!empty($item->logo)) @endif {{ $item->nombre }}
@include('dashboard.qr.modals.modal')
@endsection @section('scripts') @include('partials.scripts') @endsection