skipped: resources/views/comment/show.blade.php
models:
    Address: { user_id: 'biginteger unsigned', address_line1: string, address_line2: 'string nullable', city: 'string:100', landmark: 'string:100 nullable', state: 'string:100', zipcode: 'string:20', mobile: 'string:20', address_type: "enum:'home','office','other'", country: 'string:100', country_code: 'string:10', latitude: 'decimal:10,8', longitude: 'decimal:11,8' }
    Brand: { uuid: 'char:36', slug: string, title: string, description: string, image: string, banner: 'string nullable', status: "enum:'0','1' default:1", metadata: json }
    Cart: { uuid: 'char:36', user_id: 'biginteger unsigned' }
    CartItem: { cart_id: 'biginteger unsigned', product_id: 'biginteger unsigned', product_variant_id: 'biginteger unsigned', store_id: 'biginteger unsigned', quantity: integer, save_for_later: "enum:'0','1'" }
    Category: { uuid: 'char:36', parent_id: 'biginteger unsigned nullable', title: string, slug: string, image: string, banner: 'string nullable', description: text, status: "enum:'active','inactive' default:active", requires_approval: boolean, metadata: json }
    CategoryProduct: { category_id: 'biginteger unsigned', product_id: 'biginteger unsigned' }
    CategoryProductCondition: { category_id: 'biginteger unsigned', product_condition_id: 'biginteger unsigned' }
    Collection: { uuid: 'char:36', title: string, slug: string, type: "enum:'manual','smart'", visibility: "enum:'published','draft'", description: text, metadata: json }
    Country: { name: string, iso3: 'char:3', iso2: 'char:2', numeric_code: 'char:3', phonecode: string, capital: 'string nullable', currency: 'string:3', currency_name: 'string nullable', currency_symbol: 'string nullable', tld: 'string nullable', native: 'string nullable', region: 'string nullable', subregion: 'string nullable', timezones: 'json nullable', translations: 'json nullable', latitude: 'decimal:10,8 nullable', longitude: 'decimal:11,8 nullable', emoji: 'string:191 nullable', emojiU: 'string:191 nullable', flag: 'boolean nullable', wikiDataId: 'string nullable' }
    DeliveryBoy: { user_id: 'biginteger unsigned', status: "enum:'active','inactive'" }
    DeliveryBoyAssignment: { order_id: 'biginteger unsigned', delivery_boy_id: 'biginteger unsigned', assigned_at: timestamp, status: "enum:'assigned','in_progress','completed','canceled' default:assigned" }
    DeliveryBoyLocation: { delivery_boy_id: 'biginteger unsigned', latitude: 'decimal:10,8', longitude: 'decimal:11,8', recorded_at: timestamp }
    DeliveryTimeSlot: { store_id: 'biginteger unsigned', start_time: timestamp, end_time: timestamp, max_orders: integer, is_active: 'boolean default:1' }
    DeliveryZone: { name: string, slug: string, center_latitude: 'decimal:10,8', center_longitude: 'decimal:11,8', radius_km: double, boundary_json: 'json nullable', status: "enum:'active','inactive'" }
    Faq: { question: string, answer: string, status: "enum:'active','inactive'" }
    FollowingSeller: { user_id: string, seller_id: string, user_seller_id: 'biginteger unsigned' }
    GiftCard: { seller_id: 'biginteger unsigned', title: 'string:250', barcode: 'string:250', start_date: timestamp, end_date: timestamp, minimum_order_amount: 'decimal:10,2', discount: 'decimal:10,2', used: "enum:'0','1'" }
    GlobalProductAttribute: { user_id: 'biginteger unsigned', title: string, slug: 'string:350', swatch_type: "enum:'text','color','image' default:text" }
    GlobalProductAttributeValue: { global_attribute_id: 'biginteger unsigned', title: string, description: 'string nullable', swatch_value: 'text nullable' }
    Order: { uuid: 'char:36', user_id: 'biginteger unsigned', slug: 'string:100', email: string, ip_address: 'string:45', currency_code: 'string:3 default:USD', currency_rate: 'decimal:10,6', payment_method: string, payment_status: string, fulfillment_type: "enum:'hyperlocal','regular' default:hyperlocal", estimated_delivery_time: 'integer nullable', delivery_time_slot_id: 'biginteger unsigned nullable', delivery_boy_id: 'biginteger unsigned nullable', wallet_balance: 'decimal:12,2', promo_code: 'string:50 nullable', promo_discount: 'decimal:10,2 default:0.00', gift_card: 'string:50 nullable', gift_card_discount: 'decimal:10,2 default:0.00', delivery_charge: 'decimal:10,2 default:0.00', subtotal: 'decimal:12,2', total_payable: 'decimal:12,2', final_total: 'decimal:12,2', billing_name: string, billing_address_1: text, billing_address_2: 'text nullable', billing_landmark: string, billing_zip: 'string:20', billing_phone: 'string:20', billing_address_type: "enum:'home','office','other'", billing_latitude: 'decimal:10,8', billing_longitude: 'decimal:11,8', billing_city: string, billing_state: string, billing_country: string, billing_country_code: 'string:3', shipping_name: string, shipping_address_1: text, shipping_address_2: 'text nullable', shipping_landmark: string, shipping_zip: 'string:20', shipping_phone: 'string:20', shipping_address_type: "enum:'home','office','other'", shipping_latitude: 'decimal:10,8', shipping_longitude: 'decimal:11,8', shipping_city: string, shipping_state: string, shipping_country: string, shipping_country_code: 'string:3' }
    OrderItem: { order_id: 'biginteger unsigned', product_id: 'biginteger unsigned', product_variant_id: 'biginteger unsigned', store_id: 'biginteger unsigned', title: string, variant_title: string, gift_card_discount: 'decimal:10,2 default:0.00', admin_commission_amount: 'decimal:10,2 default:0.00', seller_commission_amount: 'decimal:10,2 default:0.00', commission_settled: "enum:'0','1'", discounted_price: 'decimal:10,2 default:0.00', discount: 'decimal:10,2 default:0.00', tax_amount: 'decimal:10,2 nullable', tax_percent: 'decimal:5,2 nullable', sku: string, quantity: integer, price: 'decimal:10,2', subtotal: 'decimal:10,2', status: "enum:'pending','confirmed','out_for_delivery','delivered','canceled' default:pending" }
    Product: { uuid: 'char:36', seller_id: 'biginteger unsigned', category_id: 'biginteger unsigned', brand_id: 'biginteger unsigned nullable', product_condition_id: 'biginteger unsigned', provider: 'string nullable', provider_product_id: 'biginteger unsigned nullable', slug: 'string:500', title: string, product_identity: 'integer nullable', type: "enum:'physical','digital'", short_description: string, description: text, indicator: "enum:'veg','non_veg' nullable", download_allowed: "enum:'0','1'", download_link: 'string nullable', minimum_order_quantity: 'integer default:1', quantity_step_size: 'integer default:1', total_allowed_quantity: 'integer default:1', is_inclusive_tax: "enum:'0','1'", is_returnable: "enum:'0','1'", returnable_days: 'integer nullable', is_cancelable: "enum:'0','1'", is_attachment_required: "enum:'0','1'", status: "enum:'active','draft' default:active", featured: "enum:'0','1'", video_type: "enum:'self_hosted','youtube','vimeo' nullable", video_link: 'string nullable', cloned_from_id: 'biginteger unsigned nullable', tags: text, warranty_period: 'string nullable', guarantee_period: 'string nullable', made_in: 'string nullable', metadata: json }
    ProductCondition: { uuid: 'char:36', category_id: 'biginteger unsigned', title: string, slug: string, alignment: "enum:'strip'" }
    ProductFaq: { product_id: 'biginteger unsigned', question: string, answer: string, status: "enum:'active','inactive'" }
    ProductVariant: { uuid: 'char:36', product_id: 'biginteger unsigned', title: string, slug: 'string:500', weight: double, height: double, breadth: double, length: double, availability: boolean, provider: 'string default:self', provider_product_id: 'string nullable', provider_json: 'json nullable', barcode: string, visibility: "enum:'published','draft'", is_default: boolean }
    Review: { user_id: 'biginteger unsigned', product_id: 'biginteger unsigned', rating: integer, slug: string, comment: text }
    Seller: { user_id: 'biginteger unsigned', address: string, city: 'string:100', landmark: 'string:100', state: 'string:100', zipcode: 'string:20', country: 'string:100', country_code: 'string:10', latitude: 'decimal:10,8 nullable', longitude: 'decimal:11,8 nullable', business_license: text, articles_of_incorporation: text, national_identity_card: text, authorized_signature: text, verification_status: "enum:'approved','not_approved'", metadata: json, visibility_status: "enum:'visible','draft'" }
    SellerFeedback: { user_id: 'biginteger unsigned', seller_id: 'biginteger unsigned', order_id: 'biginteger unsigned nullable', rating: integer, title: string, slug: string, description: string }
    SellerOrder: { order_id: 'biginteger unsigned', seller_id: 'biginteger unsigned', total_price: 'decimal:10,2', status: string }
    SellerOrderItem: { seller_order_id: 'biginteger unsigned', product_id: 'biginteger unsigned', product_variant_id: 'biginteger unsigned', quantity: integer, price: 'decimal:10,2' }
    Setting: { variable: string, value: text }
    ShippingParcel: { order_id: 'biginteger unsigned', store_id: 'biginteger unsigned', delivery_boy_id: 'biginteger unsigned nullable', shipment_id: 'biginteger unsigned nullable', external_shipment_id: 'biginteger unsigned nullable', carrier_id: 'biginteger unsigned nullable', manifest_id: 'biginteger unsigned nullable', manifest_url: 'string nullable', service_code: 'string nullable', label_id: 'biginteger unsigned nullable', label_url: 'string nullable', invoice_url: 'string nullable', tracking_id: 'biginteger unsigned', tracking_url: 'string nullable', shipment_cost_currency: 'string:10', shipment_cost: 'decimal:10,2', weight: 'double nullable', height: 'double nullable', breadth: 'double nullable', length: 'double nullable', status: "enum:'pending','shipped','out_for_delivery','delivered' default:pending" }
    ShippingParcelItem: { parcel_id: 'biginteger unsigned', order_item_id: 'biginteger unsigned', quantity_shipped: integer }
    Store: { seller_id: 'biginteger unsigned', delivery_zone_id: 'biginteger unsigned nullable', name: string, slug: 'string:300', address: string, city: 'string:100', landmark: 'string:100', state: 'string:100', zipcode: 'string:20', country: 'string:100', country_code: 'string:10', latitude: 'decimal:10,8', longitude: 'decimal:11,8', contact_email: 'string:50', contact_number: 'string:20', description: 'text nullable', store_url: 'string nullable', timing: 'string:500 nullable', address_proof: text, voided_check: text, tax_name: 'string:250', tax_number: 'string:250', bank_name: 'string:250', bank_branch_code: 'string:250', account_holder_name: 'string:250', account_number: 'string:250', routing_number: 'string:250', bank_account_type: "enum:'checking','savings'", currency_code: 'string:3', permissions: 'text nullable', time_slot_config: 'json nullable', max_delivery_distance: 'double default:10', shipping_min_free_delivery_amount: double, shipping_charge_priority: 'string nullable', allowed_order_per_time_slot: 'integer nullable', order_preparation_time: 'integer default:15', carrier_partner: 'text nullable', promotional_text: 'string:1024 nullable', about_us: text, return_replacement_policy: 'text nullable', refund_policy: 'text nullable', terms_and_conditions: 'text nullable', delivery_policy: 'text nullable', shipping_preference: 'text nullable', domestic_shipping_charges: 'decimal:10,2 nullable', international_shipping_charges: 'decimal:10,2 nullable', metadata: json, verification_status: "enum:'approved','not_approved'", visibility_status: "enum:'visible','draft' default:draft", fulfillment_type: "enum:'hyperlocal','regular','both' default:hyperlocal" }
    StoreInventoryLog: { store_id: 'biginteger unsigned', product_variant_id: 'biginteger unsigned', change_type: "enum:'add','remove','adjust'", quantity: integer, reason: string, created_at: 'timestamp default:CURRENT_TIMESTAMP' }
    StoreProductVariant: { product_variant_id: 'biginteger unsigned', store_id: 'biginteger unsigned', sku: 'string:100', price: 'decimal:10,2', special_price: 'decimal:10,2', cost: 'decimal:10,2', stock: integer }
    SupportTicket: { ticket_type_id: 'biginteger unsigned', user_id: 'biginteger unsigned', subject: string, slug: string, email: string, description: text, status: "enum:'open','in_progress','reopen','pending_review','resolved','closed' default:open" }
    SupportTicketMessage: { send_by: "enum:'admin','user'", user_id: 'biginteger unsigned', ticket_id: 'biginteger unsigned', message: text }
    SupportTicketType: { title: string }
    TaxClass: { title: string, country: string, country_code: 'string:3' }
    TaxRate: { tax_class_id: 'biginteger unsigned', rate: 'decimal:5,2' }
    User: { mobile: 'string:20', referral_code: 'string:32 nullable', friends_code: 'string:32 nullable', reward_points: 'decimal:10,2 default:0.00', status: "enum:'active','inactive' default:active", name: string, email: string, email_verified_at: 'timestamp nullable', password: string, remember_token: 'string:100 nullable' }
    Wallet: { user_id: 'biginteger unsigned', balance: 'decimal:10,2', currency_code: 'string:3' }
    Wishlist: { user_id: 'biginteger unsigned', title: string, slug: string }
    WishlistItem: { wishlist_id: 'biginteger unsigned', product_id: 'biginteger unsigned', product_variant_id: 'biginteger unsigned', store_id: 'biginteger unsigned' }
