@include('partials/header') @include('partials/topbar') @include('partials/sidebar')
@if($user->name)

Welcome {{ ucwords($user->name) }}

@endif @include('partials/footer')