@extends('layouts.app') @section('title', $product->name) @section('content') @php $company = \App\Models\User::getCompanyProfile(); use Illuminate\Support\Str; @endphp
Statut:
{{ $product->status === 'active' ? 'En stock' : 'Indisponible' }}
Catégorie:
{{ number_format($relatedProduct->price, 2) }} €
{{ number_format($relatedProduct->promotion_price, 2) }} €
@else{{ number_format($relatedProduct->price, 2) }} €
@endif{{ $company->company_phone }}
{{ $company->company_email }}