@extends('layouts.app') @section('title', $user->name . "'s Channel | TAKEONE") @section('extra_styles') @endsection @section('content')
This channel hasn't uploaded any videos.
@auth @if(Auth::user()->id === $user->id) Upload First Video @endif @endauth