@extends('layouts.main') @section('content') Shop referel no : #5876432{{$shop->id}} Created Date: {{\Carbon\Carbon::parse($shop->created_at)->format('d-m-Y H:i')}} Status: ( {{$shop->active == 1 ? 'Active' : 'Inactive'}} - {{$shop->opened == 1 ? 'Opened' : "Closed"}} ) {{$shop->name}} {{$shop->email}} {{$shop->mobile}} Shop Address {{$shop->name}} {{$shop->street}}, {{$shop->area}}, {{$shop->city}} Shop Products Product Id Product Name Add Item @forelse ($product_dtl as $item) {{$item->id}} {{$item->name}} Add @empty No Items @endforelse Selected Products Product Id Product Name Item @forelse ($products as $item) {{$item->id}} {{$item->name}} + 1 - @empty No Items @endforelse Mobile Number: Send Manual-Order Otp Verify Otp Add To Cart @push('scripts') @endpush @endsection