@extends('layouts.main') @section('title') {{ __('credits.add_credits') }} @endsection @section('page_title') {{ __('credits.add_credits_to', ['name' => $user->name]) }} @endsection @php $breadcrumbs = [ ['url' => route('dashboard'), 'label' => __('credit_packages.dashboard')], ['url' => route('admin.credits.dashboard'), 'label' => __('credits.title')], ['url' => route('admin.credits.users'), 'label' => __('credits.users')], ['url' => '', 'label' => __('credits.add_credits')], ]; @endphp @section('content')

{{ __('credits.add_credits_to', ['name' => $user->name]) }}

{{ __('credits.add_credits_description') }}

{{ __('credits.back') }}

{{ $user->name }}

{{ $user->email }}

{{ number_format($user->availableCredits()) }}

{{ number_format($user->total_credits) }}

@csrf
{{ __('credits.credits_help') }} @error('credits')
{{ $message }}
@enderror
{{ __('credits.description_help') }} @error('description')
{{ $message }}
@enderror
{{ __('credits.cancel') }}

{{ __('credits.important_notice') }}

• {{ __('credits.notice_point_1') }}

• {{ __('credits.notice_point_2') }}

• {{ __('credits.notice_point_3') }}

@endsection