@extends('layouts.app') @section('content')

{{ Auth::user()->user_name ?? '' }}

WELCOME BACK!
@endsection