@extends('layouts.app') @section('title', __('Shopping Cart')) @section('content')
{{ __('Stock') }}: {{ $item['stock'] }} {{ __('items') }}
{{ __('Looks like you haven\'t added any items to your cart yet.') }}