@extends('layouts.app') @section('title', 'Edit Reseller') @section('content')
Update reseller information
{{ $user->id }}
{{ $user->is_active ? 'Active' : 'Inactive' }}
{{ $user->created_at->format('M d, Y H:i') }}
{{ $user->updated_at->format('M d, Y H:i') }}
{{ $user->last_login_at ? $user->last_login_at->format('M d, Y H:i') : 'Never' }}