@extends('layouts.app') @section('title') @endsection @section('content')
URL Title: {{ isset($shareData->Title) ? $shareData->Title :null}}
URL Type: {{ isset($shareData->Type) ? $shareData->Type :null}}
URL Password: {{ isset($shareData->Password) ? $shareData->Password :null}}
URL Expiry Date: {{ isset($shareData->ExpiryDays) ? date('Y-m-d', strtotime($shareData->created_at. ' + '.$shareData->ExpiryDays.' days')) :null}}