# 🧊 Container
we build a container component to make it easy to merge between page and model view, so this container converts any page to work as a page and model at the same time. ### Use you can use it like ```html ``` you can access this page as a direct page or using `modal` on the `x-splade-link` or `x-tomato-admin-button` like this ```html {{ __('Create User') }} ``` ### Slots this container has 2 slots you can use to custom your view ```html ``` this slot is used to attach more buttons on the top left side of the page ```html ``` this slot is used to add content after the card.