@extends('layouts.app') @section('title', __( 'lang_v1.dashboard' )) @section('css') @endsection @section('content')

@lang( 'lang_v1.dashboard' )

@component('components.widget', ['class' => 'box-primary credit-table', 'id' => 'remaining_credit1', 'title' => __( 'business.remaining_credit' ). ': '.$remaining_credit_now])
@endcomponent
@component('components.widget', ['class' => 'box-primary credit-table', 'id' => 'remaining_credit2', 'title' => __( 'business.remaining_credit' ). ': '.$remaining_credit_now]) {{-- @can('user.create') --}} @slot('tool') @endslot {{-- @endcan --}} {{-- @can('user.view') --}}

VH-AI Transactions

@lang( 'user.name' ) @lang( 'business.transaction_type' ) @lang( 'business.credit' ) @lang( 'business.remaining_credit' ) @lang( 'business.description' ) @lang( 'business.transaction_time' )
{{-- @endcan --}} @endcomponent
@component('components.widget', ['class' => 'box-primary credit-table', 'style' => 'background-color: #d4e1ed;'])

@lang('business.refresh_credits')

{{--
@csrf
--}}

Buy AI Credits

@foreach($credits as $credit)
{{ $credit->name }}
{{ $credit->credits }} credits ${{ $credit->price }}
@endforeach
Enter Card Details
Unknown
Please enter a valid card number.
Expiry must be MM/YY and valid.
3 digits (Amex: 4 digits)
Invalid CVV.
Payment Method Fee $0
AI Credits $0
Total: 0
@csrf
{{-- --}} @endcomponent
@stop @section('javascript') @endsection