@extends('layouts.app') @section('title', 'Home') @section('content')

{{Auth::user()->first_name}} {{Auth::user()->last_name}}

Logout

View and manage your saved addresses here.

@endsection