@extends('admin.layouts.app') @section('panel')
@lang('Profile Image')

{{$user->fullname}}

@lang('Joined At') {{showDateTime($user->created_at,'d M, Y h:i A')}}
@lang('Emplyer information')
  • @lang('Username') {{$user->username}}
  • @lang('Status') @if($user->status == 1) @lang('Active') @elseif($user->status == 0) @lang('Banned') @endif
  • @lang('Balance') {{showAmount($user->balance)}} {{__($general->cur_text)}}
{{--
@lang('Information of') {{$user->company_name}}
--}}
@lang('School district information')
@csrf
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
status) checked @endif>
ev) checked @endif>
sv) checked @endif>
ts) checked @endif>
tv) checked @endif>
{{-- Add Sub Balance MODAL --}} @endsection @push('script') @endpush