use IlluminateSupportFacadesBlade; /** * Bootstrap any application services. * * @return void */ public function boot() { Blade::if('disk', function ($value) { return config('filesystems.default') === $value; }); }