@extends('layouts.base') @section('content')
@component('components.profile', ['user' => $user]) @endcomponent
@yield('tab-content')
@endsection