@extends('layouts.auth') @section('content')
Welcome {{ auth()->user()->name }} 🎉

{{ __('You are logged in!') }} {{-- Download Test PDF --}}

@endsection