@extends('templates.'.$template.'.layouts.default') @section('content') @include('templates.'.config('app.template').'.common.notifications')
{{--

Friends subscribers, log in to enjoy the best price guaranteed!

--}}
@if($cart->count() > 0) @include("templates.$template.shopping-cart.cart-content") @else @include("templates.$template.shopping-cart.empty") @endif
@endsection @section('before_script') @parent @endsection