PHP Classes

File: resources/views/vendor/filament-edit-profile/filament/pages/edit-profile-page.blade.php

Recommend this page to a friend!
  Packages of Nemeth Zoltan   Cards API PHP   resources/views/vendor/filament-edit-profile/filament/pages/edit-profile-page.blade.php   Download  
File: resources/views/vendor/filament-edit-profile/filament/pages/edit-profile-page.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Cards API PHP
Manage trading cards, decks, games, and creators
Author: By
Last change:
Date: 1 month ago
Size: 234 bytes
 

Contents

Class file image Download
<x-filament-panels::page>
    @foreach ($this->getRegisteredCustomProfileComponents() as $component)
        @unless(is_null($component))
            @livewire($component)
        @endunless
    @endforeach
</x-filament-panels::page>