@extends('layouts.master') @section('content')

Shortlinks

   
@foreach($shortlinks as $key => $rows) @endforeach
# Link Short Link Created Date
{!! $key+1 !!} {!! $rows->link !!} {!! $rows->code !!} {!! $rows->created_at !!}
@endsection