@extends('landing.layouts.app') @section('content')
@endif
{{ $store->address }} {{ $store->pincode }}
{{ $store->avg_rating }}
Scan QR code to buy products from this store.
{!! QrCode::size(150)->generate(route('landing.browse.store',['store'=>$store->id,'name'=>$store->name])) !!}