@include('includes.form_errors')
@if(session()->has('product_not_added'))
@lang('Error:') {{session('product_not_added')}}
@endif
@if(session()->has('product_added'))
{{session('product_added')}}
@lang('Click here to view your Shopping Cart')
@endif
@if(isset($cart_count))