@extends('dashboard.layout.partials.dashboard') @section('content')

Not Generated Qr-Code

Back

@foreach($notGenerated_qrCodes as $notGenerated_qrCodess) @endforeach
Product Product Code Product Price
{{$notGenerated_qrCodess->product->product_name}} {{$notGenerated_qrCodess->product_code}} {{$notGenerated_qrCodess->product->price}}PKR
@endsection @section('javascript') @endsection