@extends('backend.layouts.app') @section('main') @section('title', 'Expired')
Yuk perpanjang lisensi Anda untuk terus menikmati fitur starbill
| Full Name | : {{ auth()->user()->name }} |
| Username | : {{ auth()->user()->username }} |
| License | : Starbill {{ \App\Models\License::where('id', auth()->user()->license_id)->select('name')->first()->name }} |
| Due Date | : {{ \Carbon\Carbon::parse(auth()->user()->next_due)->format('d/m/Y') }} |
| Status | : @php if (auth()->user()->status === 3) { echo 'Expired'; } else { echo 'Active'; } @endphp |