@extends('layouts.app') @section('title', "Sklep") @section('main')

Welcome, you are logged in as {{ $user->name }}

Logout

Your cart:

@foreach($user->cart as $product)
@csrf
@endsection()