diff --git a/resources/views/cart/index.blade.php b/resources/views/cart/index.blade.php
index 6e6ce0e..c4d9768 100644
--- a/resources/views/cart/index.blade.php
+++ b/resources/views/cart/index.blade.php
@@ -4,7 +4,15 @@
@section('content')
-
+@if (CartCollection::isEmpty())
+
+
+@endif
@includeWhen(! CartCollection::isEmpty(), 'cart.partials.transaction-draft-tabs')
@if ($draft)
@if (Request::get('action') == 'confirm')
diff --git a/resources/views/layouts/partials/top-nav.blade.php b/resources/views/layouts/partials/top-nav.blade.php
index 0c68821..9affae4 100644
--- a/resources/views/layouts/partials/top-nav.blade.php
+++ b/resources/views/layouts/partials/top-nav.blade.php
@@ -19,7 +19,7 @@
@if (Auth::check())
- -
+
-
{{ link_to_route('cart.index', trans('nav_menu.draft_list'), [], ['class' => 'strong text-primary']) }}
-