@extends('client.layout.master') @section('page-title','Account Settings') @section('title','Account Settings') @section('content')
{{-- ========== PROFILE CARD ========== --}}

My Profile

@csrf
Personal Info
Avatar
PNG/JPEG/GIF < 2 MB
Account Security
@csrf
@if(auth('client')->user()?->position == 'doctor') {{-- ========== SUBSCRIPTION CARD ========== --}}

Subscription

Plan Overview
Starter Plan Active
Next Billing: $1500 / year
Start Date
13 Oct 2023
Valid Until
12 Nov 2024
Renew On
12 Nov 2024
Usage

Remaining Credits – 10 / 20

Buy More Credits (1 credit = $100)

Add extra credits to your account anytime.

Subtotal: $100
Payment Method
Visa **** **** **** 4036
Expiry 10/2036
@endif
@endsection