@extends('layout') @section('title', 'Home') @section('content') @if(session('customer_id')) @endif
{{ __('text.price') }}: @if(session('currency_id')) {{ session('currency_symbol') }} @php $currencyValue = session('value') ?? 1; $totalPrice = $currencyValue * $d->price; @endphp {{ $totalPrice }}
@else {{$symbol}} {{$d->price}} @endif