@extends('layouts.master') @section('title','QR') @section('styles') @endsection @section('main-content')
@include('admin.section.flash_message')
@forelse($qrData as $qr) @empty @endforelse
# Title QR Image Action
{{ $loop->iteration }} {{ $qr->title }}
{!! $qr->qr_code !!}
  • @can('edit_qr')
  • @endcan @can('delete_qr')
  • @endcan

No records found!

{{--
--}} {{-- {{$qr->appends($_GET)->links()}}--}} {{--
--}}
@endsection @section('scripts') @endsection