@extends('layouts.usermaster') @section('title') Voice Sync: Upgrade Account @endsection @section('css') @endsection @section('content.header.title') Upgrade Account @endsection @section('content')
@if (count($accounts) > 0)

Please make your upgrade selection
@foreach ($accounts as $account)
@endforeach
2) Select Payment
@else

Thank you!

You currently have the highest level of membership ({{ $user->account_type }}). You do not need to upgrade

@endif
@endsection('content') @section('head_script') @endsection @section('page_script') @endsection