@extends('panel.layout.settings') @section('title', __('Create New User')) @section('titlebar_actions', '') @section('settings')
@csrf
{{ __('Type') }}
{{ __('Status') }}

@livewire('assign-view-credits', ['entities' => \App\Models\User::getFreshCredits()])
@endsection