'Admin', 'email' => 'admin@aspekt.co', 'password' => bcrypt('lozinka') ]); User::create([ 'name' => 'Ing Victus', 'email' => 'info@ing-victus.hr', 'password' => bcrypt('ingvictus123') ]); } }