@extends('layouts.app', ['title' => __('Welcome Page')]) @section('content') @include('users.partials.header', [ 'title' => __('Hello') . ' ' . auth()->user()->name, 'description' => __( 'This is your profile page. You can see the progress you\'ve made with your work and manage your projects or assigned tasks' ), 'class' => 'col-lg-7', ])