@extends('default') @section('title') Profile @endsection @section('content')
Username: {{ Auth::user()->name }}
Email: {{ Auth::user()->email }}
Created at: {{ Auth::user()->created_at }}
| Link | Destination | Created at | 
|---|---|---|
| {{ $shortlink['shortid'] }} | {{ $shortlink['destination'] }} | {{ $shortlink['created_at'] }} |