@extends('admin_layout')
@section('content')
Details
| Labels |
Contents |
| ID |
{{ $object->id }} |
| Email |
{{ $object->email }} |
| Password |
{{ $object->password }} |
| Expires |
{{ date("Y-m-d H:i:s", $object->expires) }} |
| IP Address |
{{ $object->ip_address }} |
| Created At |
{{ $object->created_at }} |
| Modified At |
{{ $object->updated_at }} |
@endsection