@if (Route::has('login'))
@auth
Home
@else
Login
Register
@endauth
@endif {{--
--}}
@include('partials.nav')
Previous
Next
{{$header}}
@foreach($shopping_items as $shopping_item)
@foreach($shopping_item->getMedia('products') as $media)
id/$media->file_name" }}" width="50px" height="50px"> @endforeach
{{$shopping_item->name}}
${{$shopping_item->price}}
Add to Cart
@endforeach