@extends('layouts.usermaster') @section('title') Voice Sync: {{ $user->first_name }} {{ $user->last_name }} @endsection @section('content')

{{ $user->first_name }} {{ $user->last_name }}

VSID: {{ $user->vsid }}

Welcome to your VoiceSync profile management screen.


You can see your transactions, add more minutes and upgrade your VoiceSync account from this page.

Profile Info
  • {{ $profile->account_type }}
  • {{ $user->email }}
  • {{ $user->phone_num }}
  • {{ $profile->monthly_usage}}
  • Renewal Date: {{ \Carbon\Carbon::parse($profile->renewal_date)->format('F, jS Y')}}
  • Expiration Date: {{ \Carbon\Carbon::parse($profile->expiration_date)->format('F, jS Y')}}
  • Member since {{ \Carbon\Carbon::parse($profile->created_at)->format('F, jS Y')}}
@endsection('content')