@lang('Total:')
{{ Session::has('cart') ? App\Models\Product::convertPrice(Session::get('cart')->totalPrice) : '0.00' }}
{{ __('View cart') }} {{ __('Check out') }}