@extends('layouts.admin') @section('title', 'Profil - ' . getRadioUsers()->name) @section('content') @php $planData = \App\Models\UserPurchasedPlan::where([['expiry_date', '>=', date('Y-m-d')]]) ->orderBy('id', 'desc') ->limit(1) ->get(); @endphp