{% extends "layout.html" %} {%block title %} Homepage {%endblock title %} {%block content %}
Welcome to Nova! Get familiar with Nova and explore its features in the documentation:
Nova's resource manager allows you to quickly view and manage your Eloquent model records directly from Nova's intuitive interface.
Actions perform tasks on a single record or an entire batch of records. Have an action that takes a while? No problem. Nova can queue them using Laravel's powerful queue system.
Write custom filters for your resource indexes to offer your users quick glances at different segments of your data.
Need to customize a resource list a little more than a filter can provide? No problem. Add lenses to your resource to take full control over the entire Eloquent query.
Nova makes it painless to quickly display custom metrics for your application. To put the cherry on top, we’ve included query helpers to make it all easy as pie.
Nova offers CLI generators for scaffolding your own custom cards. We’ll give you a Vue component and infinite possibilities.