@extends('components.app') @section('styles') @endsection @section('title') User Call Blance @endsection @section('content')
{{--

Add User

--}}
Placeholder 32x32

User Call Blance

dashboard > user call blance
@csrf
@error('user') {{ $message }} @enderror
@error('credit') {{ $message }} @enderror
Cancel
@endsection @section('scripts') @endsection