@extends('actor.layouts.layout') @section('content')
@csrf
@error('asset_name') {{$message}} @enderror

@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   

@if($assatdetails->assetdisplay == 6 || $assatdetails->assetdisplay == 3 || $assatdetails->assetdisplay == 4) @else   @endif

@error('category_id') {{$message}} @enderror