@extends('layouts.app') @section('content')
@include('user.partials.header')

{{__('Overview')}}


{{__('Content watched')}}
{{(int)$listing->log_count}}
{{__('Member for')}}
{{$listing->created_at->diffForHumans()}}
{{__('Content liked')}}
{{(int)$listing->like_count}}
@endsection