@extends('components.app') @section('styles') @endsection @section('title') Manage URLS @endsection @section('content')
{{--

Add User

--}}
Placeholder32x32

Manage URLS

dashboard > manage urls
@foreach ($data as $item) @endforeach
#id domain long url short url created at action
{{$item->id}} {{$item->domain}} {{$item->long_link}} custom_name}}" target="_blank">{{$item->domain . "/" . $item->custom_name}} {{date("Y-m-d H:i", strtotime($item->created_at))}}
@if(!empty($data)) {{ $data->links() }} @endif
@endsection