@extends('actor.layouts.layout') @section('content')
@if($assatdetails->assetdisplay == 1) Published @else Draft @endif @php $lastupdatedate1 = Carbon\Carbon::createFromDate($assatdetails->updated_at); $todaydate2=Carbon\Carbon::now(); $years = $lastupdatedate1->diffInYears($todaydate2); $months = $lastupdatedate1->diffInMonths($todaydate2); $days = $lastupdatedate1->diffInDays($todaydate2); $hours = $lastupdatedate1->diffInHours($todaydate2);; $minutes = $lastupdatedate1->diffInMinutes($todaydate2); @endphp Last edit @if($years != 0) @php printf("%d years",$years) @endphp @elseif($months != 0) @php printf("%d months",$months) @endphp @elseif($days != 0) @php printf("%d days",$days) @endphp @elseif($hours != 0) @php printf("%d hours",$hours) @endphp @elseif($minutes != 0) @php printf("%d minutes",$minutes)@endphp @else @php echo "few seconds" @endphp @endif ago
Cloud Space Usage 0/0 Upgrade