@extends('layouts.base') @section('content')
@if (Route::currentRouteName() === 'user.profile') @component('components.profile', ['user' => $user]) @endcomponent @endif @section('sidebar') @show
@yield('tab-content')
@endsection