if (!isset()) { = config("app.asset_build") ?? env("ASSET_BUILD"); if (empty()) { = public_path("build/manifest.json"); = is_file() ? filemtime() : 1; } } = array_values(array_filter([ config('assets.fonts.sans'), config('assets.fonts.mono') ], function () { return is_string() && trim() !== "" && !== "."; })); ()