Could it do this? **AppServiceProvider boot()** ``` use Illuminate\Support\Facades\Blade; Blade::component('components.alert', 'alert'); ``` ``` @alert(['type' => 'danger']) You are not allowed to access this resource! @endalert ```
Could it do this?
AppServiceProvider boot()