This website requires JavaScript.
Explore
Help
Sign In
spt
/
forge
Watch
0
Star
0
Fork
0
You've already forked forge
mirror of
https://github.com/sp-tarkov/forge.git
synced
2025-02-13 04:30:41 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
forge
/
resources
/
views
/
user
/
show.blade.php
4 lines
80 B
PHP
Raw
Normal View
History
Unescape
Escape
Basic structure to load user profile view
2024-07-20 13:28:38 -04:00
<
x
-
app
-
layout
>
use livewire for profile also following is in but needs a little more work (future problems)
2024-08-30 10:32:09 -04:00
@
livewire
(
'user.profile'
,
[
'user'
=>
$user
])
Basic structure to load user profile view
2024-07-20 13:28:38 -04:00
</
x
-
app
-
layout
>
Reference in New Issue
Copy Permalink