@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100'])
@section('content')
@include('layouts.navbars.auth.topnav', ['title' => 'Tu perfil'])
{{ auth()->user()->nombre ?? '' }} {{ auth()->user()->apellido_paterno ?? '' }} {{ auth()->user()->apellido_materno ?? '' }}
Hospital San Pedro Claver
@include('components.alert')
@include('layouts.footers.auth.footer')
@endsection