@extends ('../welcome') @section ('content')

{{Auth::user()->name}}

@if($userType)

{{$userType}}

@endif
  • {{Auth::user()->email}}

@endsection