@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('User information')
  • @lang('Username') {{$user->username}}
  • @lang('Birth Date') {{showDateTime(@$user->birth_date, 'd M Y')}}
  • @lang('Status') @if($user->status == 1) @lang('Active') @elseif($user->status == 0) @lang('Banned') @endif
@lang('Information of') {{$user->fullname}}
@csrf
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
status) checked @endif>
ev) checked @endif>
sv) checked @endif>
ts) checked @endif>
tv) checked @endif>
@endsection @push('breadcrumb-plugins') @lang('Cv Download') @endpush @push('script') @endpush