@extends('admin.layout.master') @section('body')

Update Profile

{{ csrf_field() }}
{{$basic->currency}}
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif

Current Balance

@if( file_exists($user->image)) Profile Pic @else Profile Pic @endif
User Name : {{ $user->username }}
Name : {{ $user->name }}
BALANCE : {{number_format(floatval($user->balance), $basic->decimal, '.', '')}} {{$basic->currency}}

Last Login : {{ Carbon\Carbon::parse($user->login_time)->diffForHumans() }}

@endsection