'Google', 'url' => 'https://google.com', 'icon' => 'bi-google', 'color' => 'danger', 'order' => 10, ]); Link::create([ 'title' => 'Office 365', 'url' => 'https://portal.office.com', 'icon' => 'bi-microsoft', 'color' => 'primary', 'order' => 20, ]); Link::create([ 'title' => 'Support', 'url' => '#', 'icon' => 'bi-life-preserver', 'color' => 'info', 'order' => 30, ]); } }