@if(Cookie::get('shopping_cart')) @php $total="0" @endphp
@foreach ($cart_data as $data)
@endforeach

${{ number_format($total, 2) }} SUBTOTAL

Shipping & taxes calculated at checkout. We accept Visa, MasterCard, American Express, and Discover cards.

@if (Auth::check() && (Auth::user()->hasRole('vendor') || Auth::user()->hasRole('admin'))) @else CHECK OUT @endif
@endif