@extends('admin.master') @section('title') {{ 'View QR' }} @endsection @section('styles') @endsection @section('view-qr')
No QR code found
Website
{{ $qr_code->url }}
QR Type : @if ($qr_code->qr_type == '0') Static @else Dynamic @endif
Scan data
{{ $qr_code->created_at->format('M d,Y') }}
@if (!empty($qr_code->short_link_code)) {{ asset($qr_code->short_link_code) }} @endif