@extends('default') @section('title') Profile @endsection @section('content')

Profile

@csrf created_at)[0] }}" required readonly> @if ($errors->any())

{{ $errors->first() }}

@endif @if (session('success'))

{{ session('success') }}

@endif

My Short URLs

@foreach ($shortlinks as $shortlink) @endforeach
Link Destination Created at
shortid) }}">{{ $shortlink['shortid'] }}
{{ $shortlink['destination'] }}
{{ Carbon\Carbon::parse($shortlink->created_at)->format('M jS Y') }}
Shorten a new link
@endsection