@extends('layouts.app') @section('content') {{--
{{ __('Subscription') }}

Renew Access

You need to renew your subscription to access this feature.

Please click the button below to proceed.

@admin @else @endadmin
--}}
Company Logo

{{ $company->name }}

Tagihan Saya
Ganti Paket History
{{ $company->plan }}
@if ($company->expired_at <= now()) Berakhir @else {{ \Carbon\Carbon::parse($company->expired_at)->format('d F Y') }} @endif
@endsection