@extends('layouts.template.app') @section('title', 'Perfil') @section('first-title', 'USB') @section('href', route('user-profile')) @section('title-page', 'Perfil') @section('suit', 'Perfil') @section('item-suit', 'USB') @section('content') @livewire('users.profile.user-profile', key('profile')) {{-- //SCRIPTS --}} @endsection