@extends('layouts.app') @section('title', 'Profile') @section('content')
Name: {{ $user->name }}
Email: {{ $user->email }}
Joined: {{ $user->created_at->format('M d, Y') }}
{{ $item->content->title }}
@endforeach{{ $item->episode->season->content->title }} - Ep {{ $item->episode->episode_number }}
@endif @endforeach