@extends('layouts.dashboard') @section('pagehead', 'Dashboard') @section('bredcrumb-item-link',url('/home')) @section('bredcrumb-item','Dashboard') @section('content')
Welcome | {{Auth::user()->name}}
{{Auth::user()->name}}
{{Auth::user()->email}}
@endsection