@extends('layouts.dashboard') @section('template_title') Welcome {{ Auth::user()->name }} @endsection @section('header') {{ trans('auth.loggedIn', ['name' => Auth::user()->name]) }} @endsection @section('breadcrumbs')