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
yeah you can create custom layout or field as per your requirement
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 suggestedcan yo upoint me in the direction of some repository where this might have been done that Ican use as a reference to follow how?
Not really. Sorry.
have a go and then ask if you have specific questions or problems