12 lines
312 B
PHP
12 lines
312 B
PHP
<x-filament::section aside>
|
|
<x-slot name="heading">
|
|
{{ __('filament-edit-profile::default.token_section_title') }}
|
|
</x-slot>
|
|
<x-slot name="description">
|
|
{{ __('filament-edit-profile::default.token_section_description') }}
|
|
</x-slot>
|
|
|
|
{{ $this->table }}
|
|
</x-filament::section>
|
|
|