@extends('layouts.app') @section('title','Cart') @section('content')
@if(Session::has('destination')) @if(Session::get('destination') == 'wholesale') @if (Cart::count() < 10) @endif @else @endif @endif
@endsection