@extends('tpl.user.layout') @section('title', 'Dashboard') @section('content')

Welcome Back, {{ucfirst(Auth()->guard('web')->user()->user_name)}}

@endsection