F
Filament14mo ago
toodles

Customize Admin Panel Pages

Is it possible to customize the Create page generated by the admin panel for a resource? For Example, I need to add a vertical box throughout the page with some content. This is separate from the field level help comment which is something I am already using.
5 Replies
ba_mbi_07
ba_mbi_0714mo ago
yeah you can create custom layout or field as per your requirement
Dennis Koch
Dennis Koch14mo ago
If it's outside of the form, overwrite the $view for that page only and copy create-record.blade.php as a starting point. If it's inside the form, use a ViewField as Liza suggested
toodles
toodles14mo ago
can yo upoint me in the direction of some repository where this might have been done that Ican use as a reference to follow how?
Dennis Koch
Dennis Koch14mo ago
Not really. Sorry.
Dan Harrin
Dan Harrin14mo ago
have a go and then ask if you have specific questions or problems