$this->withFaker()->name, 'phone' => $this->withFaker()->phoneNumber, 'province_id' => DB::table('provinces')->inRandomOrder()->first()->id, 'city_id' => DB::table('cities')->inRandomOrder()->first()->id, 'detail_address' => $this->withFaker()->address, ]; } }