mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
10 lines
208 B
PHP
10 lines
208 B
PHP
<x-app-layout>
|
|
|
|
<x-slot name="header">
|
|
<h2 class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight">
|
|
{{ $user->name }}
|
|
</h2>
|
|
</x-slot>
|
|
|
|
</x-app-layout>
|