@extends('layouts.merchant-backend-layout') @section('content')


@include('includes.messages')
@if(count($list) == 0)

{{ trans('admin::users.pages.no_record_found') }}

@else @foreach ($list as $newlist) @endforeach
Name of the QR Code Note No. of Scans Print QR Delete
{{$newlist->name}} {{$newlist->qr_note}} {{$newlist->no_scan}} Print QR Code Delete
@endif
@section('scripts') @stop @stop