@extends('landing.layouts.app') @section('content')
@if($store->profile) ... @else ... @endif

{{ $store->name }}

{{ $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])) !!}
@endsection @push('scripts') @endpush