@extends('layouts.main') @section('title', 'Showing') @section('main') @livewire('user.show-user', ['uuid' => $uuid]) @endsection