@extends('admin.layouts.home') @section('title', 'Store Details') @section('styles') @endsection @section('content')
{{ $store->tagline ?? 'No tagline available' }}
{{ $store->description ?? 'No description available.' }}
No owner assigned
@endif${{ number_format($product->price, 2) }}
@php $statusClass = [ 'active' => 'bg-success', 'inactive' => 'bg-danger', 'pending' => 'bg-warning text-dark', ][$product->status] ?? 'bg-secondary'; @endphp {{ ucfirst($product->status) }} View Details