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()) + +
+ {{ csrf_field() }} +

Anda belum memiliki Draft Transaksi, silakan buat Transaksi Baru:

+ + +
+@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 @@