@extends('website.layouts.master') @section('title', __('user_dashboard')) @section('content')
user-thumb

{{ auth()->user()->first_name . ' ' . auth()->user()->last_name }}

{{ auth()->user()->email }}
@include('user.account')
@include('user.watch_history')
@include('user.favorite')
@include('user.subscription')
@include('user.playlist')
@include('user.payment_history')
@endsection @push('js') @endpush