@foreach(getInfoMessages() as $image)
{{$image->introduction}}
@endforeach
My Account
Our location
Contact Us
{{-- {!! $COMPOSE_MENU[':homepage-meni']['HTML'] !!} --}}
{{countCartItems()}}
@if(isset($_COOKIE['wishlistID']))
@endif
@if(getCart())
@foreach(getCart()->cartItems as $id => $details)
product->getImage()}} class="cart-thumb" alt="" />
{{$details->product->getName()}}
{{$details['quantity']}}x -
{{$details->product->finalPrice()}} BAM
@endforeach
Pregledaj korpu
Ukupno
: {{getCartTotal()}} BAM
@endif
@yield('content')
↑