@extends('admin_layout')
@section('content')
Details
| Labels |
Contents |
| ID |
{{ $object->id }} |
| Email |
{{ $object->email }} |
| Video Title |
{{ $object->vtitle }} |
| IP Address |
{{ $object->ip_address }} |
| Created At |
{{ $object->created_at }} |
| Modified At |
{{ $object->updated_at }} |
@endsection