@extends('user.layouts.master') @section('title', 'User Dashboard') @section('content')

{{ __('Welcome back,') }} {{ auth()->user()->name }} !

@endsection