@extends('digitalmenu::layouts.app') @section('title', 'Dashboard | ' . $shop->name) @section('styles') @endsection @section('content') @php $isFood = $shopType === 'food_and_drink'; $typeLabel = $isFood ? 'Food & Drink' : 'Retail'; $typeIcon = $isFood ? 'restaurant' : 'storefront'; $dayMap = ['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday']; $todayName = \Carbon\Carbon::now()->format('l'); $todayHours = $businessHours->get($todayName); $nowTime = \Carbon\Carbon::now()->format('H:i'); $isOpen = $todayHours && $nowTime >= $todayHours->open_hour && $nowTime <= $todayHours->close_hour; $shopLogoUrl = $shop->logo ? config('global.s3_path') . 'shop/' . $shop->logo : null; @endphp {{-- ═══════════════════════════════════════════════════════════ HEADER ═══════════════════════════════════════════════════════════ --}}
{{ $shop->short_description }}
@endif{{ $promotionProducts }}
On Promotion
{{ $newArrivals }}
New Arrivals
{{ $product->name }}
${{ number_format($product->unit_price, 2) }}
No categories yet.
Create one{{ $cat->name }}
{{ $cat->state == 1 ? 'Active' : 'Inactive' }}